module Builtin:sig
..end
typet =
[ `And
| `Eq
| `Equiv
| `False
| `Imply
| `Not
| `Or
| `Prop
| `True
| `Type
| `Undefined of string
| `Unitype ]
val fixity : t -> [ `Infix | `Prefix ]
val to_string : t -> string
val print : Format.formatter -> t -> unit