matil019 / frege-conduit

An effort to port the Haskell library conduit to Frege.
Other
3 stars 1 forks source link

Port tests #3

Open matil019 opened 6 years ago

matil019 commented 6 years ago

The functions were tested with the tutorials at the conduit's README. Of course, it doesn't cover all of the uses of all of the functions, and it's not automated.

matil019 commented 5 years ago

The tests of the original Haskell conduit package use hspec, which in turn depends on TypeFamilies. Unfortunately, that language extension is not supported by Frege (yet).