package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type precedence = int
type parenRelation =
  1. | L
  2. | E
  3. | Any
  4. | Prec of precedence
type tolerability = precedence * parenRelation
type ppbox =
  1. | PpHB of int
  2. | PpHOVB of int
  3. | PpHVB of int
  4. | PpVB of int
type ppcut =
  1. | PpBrk of int * int
  2. | PpFnl
val ppcmd_of_box : ppbox -> Pp.std_ppcmds -> Pp.std_ppcmds
val ppcmd_of_cut : ppcut -> Pp.std_ppcmds
type unparsing =
  1. | UnpMetaVar of int * parenRelation
  2. | UnpListMetaVar of int * parenRelation * unparsing list
  3. | UnpBinderListMetaVar of int * bool * unparsing list
  4. | UnpTerminal of string
  5. | UnpBox of ppbox * unparsing Loc.located list
  6. | UnpCut of ppcut
OCaml

Innovation. Community. Security.