Module Funarith_zarith__.Simplex_zarith.Make_full.2-L.Constr
type op
= [
| `Eq |
| `Geq |
| `Gt |
| `Leq |
| `Lt |
| `Neq |
]
type +'a t
=
{
}
constraint 'a = [< op ]
val compare : [< op ] as a t ‑> 'a t ‑> int
val pp : [< op ] t CCFormat.printer
val op : [< op ] as a t ‑> 'a