Library for regular data types
Description
Provides functors and typeclasses implementing functionality expected for a regular data type, like i/o, containers, printing, etc.
In particular, the library includes:
- module Data that adds generic i/o routines for each regular data type.
- module Cache that adds caching service for data types
- module Regular that glues everything together
- module Opaque for regular but opaque data types
- module Seq that extends Core_kernel's sequence module
- module Bytes that provides a rich core-like interface for Bytes data type.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Last Published
- 26 Oct 2018
- Authors
- Maintainers
Sources
Dependencies
ppx_jane
= "v0.9.0"
oasis
build & >= "0.4.7"
core_kernel
>= "v0.9.0" & < "v0.10"
ocaml
>= "4.03" & < "4.06"
Reverse Dependencies