package scfg

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type token =
  1. | WORD of Stdlib.String.t
  2. | RBRACE
  3. | NEWLINE
  4. | LBRACE
  5. | EOF
exception Error
val config : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Types.config