Module CLogic.CConstructor

type t =
  1. | ConsExpr of CExpr.t
  2. | ConsStruct of string * CExpr.t list
val pp : Stdlib.Format.formatter -> t -> unit