package codex

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Terms.RelationSource

Sourcetype ('a, 'b) t = ('a, 'b) Terms.Relations.Equality.t
Sourceval equal : ('a, 'b) t -> ('a, 'b) t -> bool
Sourceval pretty : Format.formatter -> ('a, 'b) t -> unit
Sourceval pretty_with_terms : (Format.formatter -> 'tl -> unit) -> 'tl -> (Format.formatter -> 'tr -> unit) -> 'tr -> Format.formatter -> ('a, 'b) t -> unit
Sourceval identity : ('a, 'a) t
Sourceval compose : ('b, 'c) t -> ('a, 'b) t -> ('a, 'c) t
Sourceval inverse : ('a, 'b) t -> ('b, 'a) t