Slab.PreProcess
data Context Source #
Constructors
Fields
preprocessFile :: FilePath -> IO (Either Error [Block]) Source #
Similar to parseFile but pre-process the include statements.
parseFile
preprocessFileE :: FilePath -> ExceptT Error IO [Block] Source #