AltErgoLib.Xliteral
type 'a view =
| Eq of 'a * 'a
| Distinct of bool * 'a list
| Builtin of bool * builtin * 'a list
| Pred of 'a * bool
module type OrderedType = sig ... end
module type S = sig ... end
val print_view :
?lbl:string ->
(Stdlib.Format.formatter -> 'a -> unit) ->
Stdlib.Format.formatter ->
'a view ->
unit