jon.recoil.org

Module Coercion0.Make

Parameters

Signature

type variable = Rec_info_expr.variable
type rec_info_expr = Rec_info_expr.t
type t = private
  1. | Id
  2. | Change_depth of {
    1. from : rec_info_expr;
    2. to_ : rec_info_expr;
    }
val change_depth : from:rec_info_expr -> to_:rec_info_expr -> t
val id : t
val is_id : t -> bool
val inverse : t -> t
val compose : t -> then_:t -> t option
val print : Stdlib.Format.formatter -> t -> unit
val equal : t -> t -> bool
val hash : t -> int
val map_depth_variables : t -> f:(variable -> variable) -> t