package monomorphic

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

Module MonomorphicSource

Sourcemodule Make (Ty : sig ... end) : sig ... end

Shadow with specialised functions using Ty.t

Sourcemodule None : sig ... end

Almost complete removal of the functions by shadowing

Sourcemodule Int : sig ... end

Specialize functions with int

Sourcemodule Bool : sig ... end

Specialize functions with bool

Sourcemodule Float : sig ... end

Specialize functions with float

Sourcemodule String : sig ... end

Specialize functions with string

Sourcemodule Stdlib : sig ... end