CLogic.CLemma
type t = {
name : string;
params : string list;
hypothesis : CAssert.t;
conclusions : CAssert.t list;
proof : CLCmd.t list option;
}
val pp : Stdlib.Format.formatter -> t -> unit