package codex

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

Module MakeValuedNumberedNode.RelationSource

type ('a, 'b) t = ('a, 'b) Relation.t
val equal : ('a, 'b) t -> ('a, 'b) t -> bool
val pretty : Format.formatter -> ('a, 'b) t -> unit
val pretty_with_terms : (Format.formatter -> 'tl -> unit) -> 'tl -> (Format.formatter -> 'tr -> unit) -> 'tr -> Format.formatter -> ('a, 'b) t -> unit
val identity : ('a, 'a) t
val compose : ('b, 'c) t -> ('a, 'b) t -> ('a, 'c) t
val inverse : ('a, 'b) t -> ('b, 'a) t