package monomorphic

  1. Overview
  2. Docs

Shadow with specialised functions using TY.t

Parameters

module Ty : TY

Signature

include sig ... end
val (=) : Ty.t -> Ty.t -> bool
val (<>) : Ty.t -> Ty.t -> bool
val (<) : Ty.t -> Ty.t -> bool
val (>) : Ty.t -> Ty.t -> bool
val (<=) : Ty.t -> Ty.t -> bool
val (>=) : Ty.t -> Ty.t -> bool
include sig ... end
val compare : Ty.t -> Ty.t -> int
val min : Ty.t -> Ty.t -> Ty.t
val max : Ty.t -> Ty.t -> Ty.t