package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.15.2.tar.gz
sha256=13a67c0a4559ae22e9765c8fdb88957b16c2b335a2d5f47e4d6d9b4b8b299926

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.