Logtk_parsers.Tip_astSourcetype term = | True| False| Const of string| App of string * term list| HO_app of term * term| Match of term * match_branch list| If of term * term * term| Let of (var * term) list * term| Fun of typed_var * term| Eq of term * term| Imply of term * term| And of term list| Or of term list| Not of term| Distinct of term list| Cast of term * ty| Forall of (var * ty) list * term| Exists of (var * ty) list * termAST: S-expressions with locations
val pp_list :
?start:string ->
?stop:string ->
?sep:string ->
(Format.formatter -> 'a -> unit) ->
Format.formatter ->
'a list ->
unitval pp_par :
(Format.formatter -> 'a -> unit) ->
Format.formatter ->
(string list * 'a) ->
unit