Skip to content

kit-ty-kate/ocaml-monomorphic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Requirements

This library only requires:

  • OCaml >= 4.08
  • Dune >= 2.7

Usage

📚 API documentation 📚

Using dune, a simple usage would be:

(library
  (public_name your-lib)
  (libraries monomorphic)
  (flags :standard -open Monomorphic.Int))

Build Status

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages