You can search for identifiers within the package.
in-package search v0.2.0
type t
The type of statements.
val import : ?loc:L.t -> string -> t
val data : ?loc:L.t -> ?attrs:T.t list -> t list -> t
val defs : ?loc:L.t -> ?attrs:T.t list -> t list -> t
val rewrite : ?loc:L.t -> ?attrs:T.t list -> T.t -> t
val goal : ?loc:L.t -> ?attrs:T.t list -> T.t -> t
val assume : ?loc:L.t -> ?attrs:T.t list -> T.t -> t
val lemma : ?loc:L.t -> ?attrs:T.t list -> T.t -> t
val decl : ?loc:L.t -> ?attrs:T.t list -> I.t -> T.t -> t
val definition : ?loc:L.t -> ?attrs:T.t list -> I.t -> T.t -> T.t list -> t
val inductive : ?loc:L.t -> ?attrs:T.t list -> I.t -> T.t list -> (I.t * T.t list) list -> t