Textual.Typtype t = | Intinteger type
*)| Floatfloat type
*)| Null| Voidvoid type
*)| Fun of function_prototype optionfunction type
*)| Ptr of tpointer type
*)| Struct of TypeName.tstructured value type name
*)| Array of tarray type
*)val equal_function_prototype : function_prototype -> function_prototype -> boolval pp : F.formatter -> t -> unitval pp_annotated : F.formatter -> annotated -> unit