Sstt_parsing.IO
exception LexicalError of Position.t * string
exception SyntaxError of Position.t * string
val parse_program_file : string -> Ast.program
val parse_program : string -> Ast.program
val parse_type : string -> Ast.ty
val parse_command : Stdlib.Lexing.lexbuf -> Ast.command