Skip to content

Shim to substitute `Pervasives` with `Stdlib` before 4.08.

License

Notifications You must be signed in to change notification settings

avsm/stdlib-shims

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stdlib-shims

Compiling against this library allows to replace your uses of Pervasives with Stdlib before 4.08. For example you can use Stdlib.compare instead of Pervasives.compare. It does not however provide the new functions and modules that are being added in Stdlib module.

Installation

To install the project via opam, the standard package manager for OCaml, type:

opam install stdlib-shims

About

Shim to substitute `Pervasives` with `Stdlib` before 4.08.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Standard ML 69.1%
  • OCaml 30.9%