Skip to content

Test code that uses monadic return/fail pattern in Haskell

License

Notifications You must be signed in to change notification settings

ppenzin/monadic-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

monadic test

Library for testing Haskell code that uses (Monad m) => m FooBar pattern to return a value or fail with an error message.

At this point is more of experiment. Main.hs serves as an example of how it can be used.

Implements fail and return methods for its own data type, which then help capture the output.

About

Test code that uses monadic return/fail pattern in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published