package archetype

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Archetype.IoSource

Sourceexception ParenError
Sourcetype error_desc =
  1. | LexicalError of string
  2. | Unclosed of string * string
  3. | NotExpecting of string
Sourceval emit_error : Location.t -> error_desc -> unit
Sourceval lexbuf_from_channel : string -> in_channel -> Lexing.lexbuf
Sourceval lexbuf_from_string : string -> string -> Lexing.lexbuf
Sourceval check_brackets_balance : unit -> unit
Sourceval update_last_reduction : 'a -> Parser.MenhirInterpreter.production -> ([> `FoundDeclarationAt of 'a | `FoundEffect of 'a | `FoundExprAt of 'a ] as 'b) -> 'b
Sourceval parse_archetype : ?name:string -> in_channel -> ParseTree.archetype
Sourceval parse_archetype_strict : ?name:string -> in_channel -> ParseTree.archetype
Sourceval parse_archetype_strict_from_string : ?name:string -> string -> ParseTree.archetype
Sourceval parse_expr : string -> ParseTree.expr
OCaml

Innovation. Community. Security.