Monad transformers for the first time :OO
This commit is contained in:
parent
a19bcf0ad5
commit
76c3c3c4fc
6 changed files with 63 additions and 13 deletions
7
src/Ubc/Parse/Syntax.hs
Normal file
7
src/Ubc/Parse/Syntax.hs
Normal file
|
@ -0,0 +1,7 @@
|
|||
module Ubc.Parse.Syntax
|
||||
(Transformer)
|
||||
where
|
||||
import Control.Monad.Reader (ReaderT)
|
||||
import Ubc.Parse.Syntax.Config (Config)
|
||||
|
||||
type Transformer = ReaderT Config IO
|
Loading…
Add table
Add a link
Reference in a new issue