package menhirSdk

  1. Overview
  2. Docs

Parameters

module X : sig ... end

Signature

type terminal = private int
type nonterminal = private int
type production = private int
type lr0 = private int
type lr1 = private int
type item = production * int
type ocamltype = string
type ocamlexpr = string
module Range : sig ... end
module Attribute : sig ... end
module Grammar : sig ... end
module Terminal : sig ... end
module Nonterminal : sig ... end
type symbol =
  1. | T of terminal
  2. | N of nonterminal
val symbol_name : ?mangled:bool -> symbol -> string
type identifier = string
module Action : sig ... end
module Production : sig ... end
module Lr0 : sig ... end
module Lr1 : sig ... end
module Print : sig ... end