package embedded_ocaml_templates

  1. Overview
  2. Docs
type token =
  1. | Whitespaces of string
  2. | Text of string
  3. | RParFormat
  4. | RPar of bool
  5. | LParOutput of bool
  6. | LParFormat of bool
  7. | LParArgs
  8. | LPar of bool
  9. | LFormatOutput of bool * string
  10. | EOF
exception Error
val template : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Template.t
module MenhirInterpreter : sig ... end
module Incremental : sig ... end