fsprojects / FSharp.Compatibility

Compatibility libraries for F#
44 stars 22 forks source link

Haskell Compatibility ported from F#+ #11

Closed gusty closed 6 years ago

gusty commented 6 years ago

This is all the code we had in FSharpPlus for Haskell Compatibility, including sample script. The dependency to F#+ is at version 1.0.0-CI00089 which is the latest in .NET 4.0. Once this project is migrated to 4.5 or .NET standard we can move to latest F#+ version, with minor adjustments.

jmquigs commented 6 years ago

Nice work! My knowledge of Haskell is quite limited, but I was able to build and run the sample script. This LGTM, I'll leave the PR open for a day or so in case anyone else has comments.

I will also make an effort to upgrade this project to a more recent F#.

gusty commented 6 years ago

Thanks @jmquigs if I have time I will add more Haskell stuff to this project. And let me know if you upgrade the Framework Version and need to update the F#+ version.