package dolmen

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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