ocamlAlpha

0.0.1 • Public • Published

Jane Street's Core_kernel alternative standard library. Same API, different implementation under the hood.

Goal

This is a temporary solution until we get the real Core_kernel magic-compliant. After that, users of this library should be able to swap this out for the real Core_kernel. The API is the same, so for documentations, go here.

Differences

  • Some things are unimplemented (either nonexistent or will raise Unimplemented). If we were too lazy to reimplement some obvious functionalities, file an issue!

Usage

open ocamlAlpha
let result = AString.find "bla" (fun char ...)

Implemented modules

  • String (exposed as Astring for now)
  • Option

Readme

Keywords

none

Package Sidebar

Install

npm i ocamlAlpha

Weekly Downloads

0

Version

0.0.1

License

ISC

Last publish

Collaborators

  • chenglou