package codept-lib

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

Module Module.EqualSource

Equalities

Sourcetype error_kind =
  1. | Kind
  2. | Alias of Namespaced.t * Namespaced.t
  3. | Alias_phantom
  4. | Abstract
  5. | Origin_pkg of Pkg.t * Pkg.t
  6. | Origin_path of Namespaced.t * Namespaced.t
  7. | Origin_kind
  8. | Divergence of Divergence.t * Divergence.t
  9. | Arg_name of string option * string option
  10. | Arg_kind
  11. | Signature_kind
  12. | Missing_item of Name.t
Sourceval eq : _ ty -> _ ty -> (unit, error_kind) result
Sourceval dict : Dict.t -> Dict.t -> (unit, error_kind) result
Sourceval signature : signature -> signature -> (unit, error_kind) result