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

README.md.html

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.