package cryptodbm

  1. Overview
  2. Docs

Source file types.ml

1
2
3
4
5
6
7
8
9

(* Phantom types *)
type read
type full

type 'a status = Read | Closed | Full of 'a

include Errors

OCaml

Innovation. Community. Security.