brianrourkeboll / FSharp.Collections.Builders

Computation expressions for conveniently and efficiently constructing common collections.
https://brianrourkeboll.github.io/FSharp.Collections.Builders/
MIT License
22 stars 0 forks source link

Fable Compatiblity #1

Open OnurGumus opened 1 week ago

OnurGumus commented 1 week ago

Thanks for the great library. I believe a good portion of this library could made Fable Compatible. So it would be nice to have it :)

brianrourkeboll commented 1 week ago

Thanks! I don't really have any experience with making Fable-compatible libraries yet. I've glanced at the authoring and compatibility guides, but I'm not 100% sure what needs to be changed.

Would it be enough to include the source files in a fable/ folder? Or is there something about the resumable-code-style computation expressions that would also need to be changed?