package coq-core

  1. Overview
  2. Docs
The Coq Proof Assistant -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.17.1.tar.gz
sha512=9a35311acec2a806730b94ac7dceabc88837f235c52a14c026827d9b89433bd7fa9555a9fc6829aa49edfedb24c8bbaf1411ebf463b74a50aeb17cba47745b6b

doc/coq-core.parsing/Pcoq/Entry/index.html

Module Pcoq.EntrySource

Sourcetype 'a t
Sourceval make : string -> 'a t
Sourceval create : string -> 'a t
Sourceval parse : 'a t -> Parsable.t -> 'a
Sourceval name : 'a t -> string
Sourcetype 'a parser_fun = {
  1. parser_fun : te Gramlib.LStream.t -> 'a;
}
Sourceval of_parser : string -> 'a parser_fun -> 'a t
Sourceval parse_token_stream : 'a t -> te Gramlib.LStream.t -> 'a
Sourceval print : Format.formatter -> 'a t -> unit
Sourceval is_empty : 'a t -> bool
Sourcetype any_t =
  1. | Any : 'a t -> any_t
Sourceval accumulate_in : 'a t -> any_t list CString.Map.t
OCaml

Innovation. Community. Security.