package async_rpc_kernel

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

Module Just_digests.Strict_comparisonSource

Total order on t. Unknown is equal only to Unknown. You might not want this kind of comparison for things other than e.g. making a Map.t

Sourcetype nonrec t = t
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t -> t -> int