Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Free monads to introduce do notation in 'Language'
Module : Copyright : (c) Paolo Veronelli 2017 License : All rights reserved Maintainer: paolo.veronelli@gmail.com Stability : experimental Portability: non-portable
Documentation
givenAndAfter :: m (b, r) -> (r -> m ()) -> Free (GivenFree m) b Source #
testFreeBDD :: MonadCatch m => Free (GivenFree m) x -> m (BDDResult m) Source #