Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.DoList
Contents
Description
Construct lists with do notation. For more information see https://github.com/tserduke/do-list#readme.
Documentation
DoListM
is not a real instance of Monad
, Applicative
or Functor
.
It pretends being them with a phantom result type.
Instances
Monad (DoListM a) Source # | |
Functor (DoListM a) Source # | |
Applicative (DoListM a) Source # | |
IsList (DoListM a r) Source # | |
Eq a => Eq (DoListM a r) Source # | |
Ord a => Ord (DoListM a r) Source # | |
Read a => Read (DoListM a r) Source # | |
Show a => Show (DoListM a r) Source # | |
IsString a => IsString (DoListM a r) Source # | |
type Item (DoListM a r) Source # | |