package archetype

  1. Overview
  2. Docs
type token =
  1. | STRING of string
  2. | SEMI_COLON
  3. | RPAREN
  4. | RBRACE
  5. | NUMBER of string
  6. | LPAREN
  7. | LBRACE
  8. | IDENT of string
  9. | EOF
  10. | BYTES of string
  11. | ANNOTATION of string
exception Error
val main : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Michelson.obj_micheline
module MenhirInterpreter : sig ... end
module Incremental : sig ... end