package monomorphic

  1. Overview
  2. Docs
A small library used to shadow polymorphic operators (and functions) contained in the stdlib.

Install

Dune Dependency

Authors

Maintainers

Sources

1.5.tar.gz
md5=ccc384de583f60e8cec366a122b74f66

Description

README

README.md

ocaml-monomorphic is a small library used to shadow polymorphic operators (and functions) contained in Pervasives. It can be useful to avoid some mistakes and runtime errors due to OCaml's polymorphic comparison functions.

Dependencies (2)

  1. jbuilder >= "1.0+beta7"
  2. ocaml >= "4.02.3" & < "5.0"

Dev Dependencies

None

Used by (1)

  1. hamt < "1.0.0"

Conflicts

None