Everything is now Data.Text instead of String
This commit is contained in:
parent
753f429ec8
commit
cbfd729795
18 changed files with 178 additions and 137 deletions
|
@ -1,7 +1,12 @@
|
|||
module Ubc.Parse.Syntax
|
||||
(Transformer)
|
||||
(Transformer, Token)
|
||||
where
|
||||
|
||||
import Control.Monad.Reader (ReaderT)
|
||||
|
||||
import Data.Text ( Text )
|
||||
|
||||
import Ubc.Parse.Syntax.Config (Config)
|
||||
|
||||
type Transformer = ReaderT Config IO
|
||||
type Token = Text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue