CLogic.CSpec
type st = {
pre : CAssert.t;
posts : CAssert.t list;
spec_annot : assert_annot option;
}
type t = {
fname : string;
params : string list;
sspecs : st list;
val pp_sspec : Stdlib.Format.formatter -> st -> unit
val pp : Stdlib.Format.formatter -> t -> unit