Module T.Term
type t= Solver_arg.T.Term.t
val equal : t -> t -> boolval compare : t -> t -> intval hash : t -> intval pp : t Sidekick_core.Fmt.printer
type store= Solver_arg.T.Term.store
val ty : t -> Ty.tval bool : store -> bool -> tval as_bool : t -> bool optionval abs : store -> t -> t * boolval map_shallow : store -> (t -> t) -> t -> tval iter_dag : t -> (t -> unit) -> unit
module Tbl : sig ... end