package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val equal : t -> t -> Base.bool
val of_bool : Base.bool -> t

of_bool is used to generate two distinct values of type t, used in unit tests. It is required that of_bool false <> of_bool true.