package embedded_ocaml_templates

  1. Overview
  2. Docs
type token =
  1. | Text of string
  2. | RightPar
  3. | LeftParOutput
  4. | LeftParArgs
  5. | LeftPar
  6. | EOF
exception Error
val template : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Template.t
module MenhirInterpreter : sig ... end
module Incremental : sig ... end
OCaml

Innovation. Community. Security.