fsprojects / FSharp.Control.Reactive

Extensions and wrappers for using Reactive Extensions (Rx) with F#.
http://fsprojects.github.io/FSharp.Control.Reactive
Other
284 stars 60 forks source link

Usage Examples #14

Closed sirinath closed 8 years ago

sirinath commented 10 years ago

Is it possible to have more documentation on this with examples.

panesofglass commented 10 years ago

We can try to work on it, but we don't really do a lot more than just make some Rx methods easier to access. If you don't open Observable you should be able to use intellisense off of Observable. to get the list of functions, including the ones supplied by Rx.

Are you looking for anything in particular?

sirinath commented 10 years ago

Perhaps at least a readme.md and wikipage with some exmaples if possible would be great.

panesofglass commented 9 years ago

Doc generation is working! See #26 and #33. If you would like to contribute samples, please do! We need help with docs!

panesofglass commented 8 years ago

Closing due to age.