0.0.1 • Published 8 years ago

ocamlAlpha v0.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

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