package type_id

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

Types of errors produced by this module.

type t =
  1. | Ids_not_equal of string
    (*

    Produced by eq_res if its arguments do not identify an equivalent type. More details \ are contained in the string error message.

    *)

The errors that this module may produce.

val equal : t -> t -> bool

equal a b checks if a and b are exactly equal.

val pp : Stdlib.Format.formatter -> t -> unit

pp is a pretty-printer for error types.

OCaml

Innovation. Community. Security.