flatbuffers-0.1.0.0: Haskell implementation of the FlatBuffers protocol.

Safe HaskellNone
LanguageHaskell2010

FlatBuffers.Internal.Compiler.ParserIO

Documentation

parseSchemas Source #

Arguments

:: MonadIO m 
=> MonadError Text m 
=> FilePath

Filepath of the root schema. It must be a path relative to the project root or an absolute path.

-> [FilePath]

Directories to search for includes.

-> m (FileTree Schema)