package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.14.0.tar.gz
sha256=b1501d686c21836302191ae30f610cca57fb309214c126518ca009363ad2cd3c

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 LStream.t -> 'a;
}
Sourceval of_parser : string -> 'a parser_fun -> 'a t
Sourceval parse_token_stream : 'a t -> te LStream.t -> 'a
Sourceval print : Format.formatter -> 'a t -> unit
Sourceval is_empty : 'a t -> bool
OCaml

Innovation. Community. Security.