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 : Stdlib.Format.formatter -> Expr.ty -> unit
val ty_var : Stdlib.Format.formatter -> Expr.ty_var -> unit
val ty_cst : Stdlib.Format.formatter -> Expr.ty_cst -> unit
val term : Stdlib.Format.formatter -> Expr.term -> unit
val term_var : Stdlib.Format.formatter -> Expr.term_var -> unit
val term_cst : Stdlib.Format.formatter -> Expr.term_cst -> unit
val formula : Stdlib.Format.formatter -> Expr.formula -> unit