package monomorphic

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

Module Monomorphic.MakeSource

Shadow with specialised functions using Ty.t

Parameters

module Ty : sig ... end

Signature

Sourceval (=) : Ty.t -> Ty.t -> bool
Sourceval (<>) : Ty.t -> Ty.t -> bool
Sourceval (<) : Ty.t -> Ty.t -> bool
Sourceval (>) : Ty.t -> Ty.t -> bool
Sourceval (<=) : Ty.t -> Ty.t -> bool
Sourceval (>=) : Ty.t -> Ty.t -> bool
Sourceval compare : Ty.t -> Ty.t -> int
Sourceval min : Ty.t -> Ty.t -> Ty.t
Sourceval max : Ty.t -> Ty.t -> Ty.t
OCaml

Innovation. Community. Security.