package coq-core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. parsing : Parser.t;
    (*

    parsing state parsing state may not behave 100% functionally yet, beware

    *)
  2. system : System.Synterp.t;
    (*

    system state needed for the synterp phase

    *)
}
val init : unit -> t
val freeze : unit -> t
val unfreeze : t -> unit
OCaml

Innovation. Community. Security.