package coq

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.