CLogic.CAbsPred
type t = {
pure : bool;
name : string;
params : (string * GilType.t option) list;
ins : int list;
}
val pp_params : Stdlib.Format.formatter -> ((string * GilType.t option) list * int list) -> unit
val pp : Stdlib.Format.formatter -> t -> unit