package General

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