package coq-core

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.17.0.tar.gz
sha512=2f77bcb5211018b5d46320fd39fd34450eeb654aca44551b28bb50a2364398c4b34587630b6558db867ecfb63b246fd3e29dc2375f99967ff62bc002db9c3250

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.