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/Parsable/index.html

Module Pcoq.ParsableSource

Sourcetype t
Sourceval make : ?loc:Loc.t -> ?fix_loc:(Loc.t -> Loc.t) -> char Gramlib.Stream.t -> t

make ?loc ?fix_loc stream builds a parsable starting at pos loc, and will apply fix_loc to each token. The use of the fix_loc parameter is internal and will be removed in the future as it is reserved to the XML protocol.

Sourceval comments : t -> ((int * int) * string) list
Sourceval loc : t -> Loc.t
Sourceval consume : t -> int -> unit
OCaml

Innovation. Community. Security.