package dolmen_loop

  1. Overview
  2. Docs
include Expr_intf.S with type ty := Expr.ty with type ty_var := Expr.ty_var with type ty_cst := Expr.ty_cst with type term := Expr.term with type term_var := Expr.term_var with type term_cst := Expr.term_cst with type formula := Expr.formula
val ty : Format.formatter -> Expr.ty -> unit
val ty_var : Format.formatter -> Expr.ty_var -> unit
val ty_cst : Format.formatter -> Expr.ty_cst -> unit
val term : Format.formatter -> Expr.term -> unit
val term_var : Format.formatter -> Expr.term_var -> unit
val term_cst : Format.formatter -> Expr.term_cst -> unit
val formula : Format.formatter -> Expr.formula -> unit