package General

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'b) t
include Traits.Equatable.S2 with type ('a, 'b) t := ('a, 'b) t
include Traits.Equatable.Basic.S2 with type ('a, 'b) t := ('a, 'b) t
val equal : ('a, 'b) t -> ('a, 'b) t -> equal_a:('a -> 'a -> bool) -> equal_b:('b -> 'b -> bool) -> bool
val different : ('a, 'b) t -> ('a, 'b) t -> equal_a:('a -> 'a -> bool) -> equal_b:('b -> 'b -> bool) -> bool
include Traits.Representable.S2 with type ('a, 'b) t := ('a, 'b) t
val repr : ('a, 'b) t -> repr_a:('a -> string) -> repr_b:('b -> string) -> string