package core_kernel

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

Module type Test_blit_intf.Elt

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.

OCaml

Innovation. Community. Security.