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

Module Pcoq.SymbolSource

Sourcetype ('self, 'trec, 'a) t
Sourceval nterm : 'a Entry.t -> ('self, Gramlib.Grammar.norec, 'a) t
Sourceval nterml : 'a Entry.t -> string -> ('self, Gramlib.Grammar.norec, 'a) t
Sourceval list0 : ('self, 'trec, 'a) t -> ('self, 'trec, 'a list) t
Sourceval list0sep : ('self, 'trec, 'a) t -> ('self, Gramlib.Grammar.norec, unit) t -> bool -> ('self, 'trec, 'a list) t
Sourceval list1 : ('self, 'trec, 'a) t -> ('self, 'trec, 'a list) t
Sourceval list1sep : ('self, 'trec, 'a) t -> ('self, Gramlib.Grammar.norec, unit) t -> bool -> ('self, 'trec, 'a list) t
Sourceval opt : ('self, 'trec, 'a) t -> ('self, 'trec, 'a option) t
Sourceval self : ('self, Gramlib.Grammar.mayrec, 'self) t
Sourceval next : ('self, Gramlib.Grammar.mayrec, 'self) t
Sourceval token : 'c pattern -> ('self, Gramlib.Grammar.norec, 'c) t
Sourceval tokens : ty_pattern list -> ('self, Gramlib.Grammar.norec, unit) t
Sourceval rules : 'a Rules.t list -> ('self, Gramlib.Grammar.norec, 'a) t
OCaml

Innovation. Community. Security.