module TyBuiltin: sig .. end
sig
end
type t = [ `Prop | `Unitype ]
[ `Prop | `Unitype ]
val equal : t -> t -> bool
t -> t -> bool
val compare : t -> t -> int
t -> t -> int
val print : t FO.printer
t FO.printer