package grace

  1. Overview
  2. Docs

Module Grace_std.ComparableSource

Sourcemodule type S = sig ... end
Sourcemodule Make (T : sig ... end) : S with type t := T.t
Sourcetype 'a t = 'a -> 'a -> int
Sourceval lift : ('a -> 'a -> 'b) -> f:('c -> 'a) -> 'c -> 'c -> 'b
Sourceval reverse : ('a -> 'b -> 'c) -> 'b -> 'a -> 'c
Sourceval pair : ('a -> 'b -> int) -> ('c -> 'd -> int) -> ('a * 'c) -> ('b * 'd) -> int