regular
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 }">
- Published
- 18 Nov 2019
- Authors
- Maintainers
Sources
Dependencies
ppx_jane
>= "v0.11" & < "v0.12"
oasis
build & >= "0.4.7"
core_kernel
>= "v0.11" & < "v0.12"
ocaml
>= "4.04.1" & < "4.08.0"
Reverse Dependencies