package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val equal : t -> t -> bool
val is_nat : t -> bool
val to_nat : t -> string option
val sprint : t -> string
val print : t -> Pp.t
val parse : char Stream.t -> t
val parse_string : string -> t option
val classify : t -> num_class