package core

  1. Overview
  2. Docs
Industrial strength alternative to OCaml's standard library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=b0e23c1b1049e48cbbaa596d49927c66e6026506031bd7f5b485af6e9475b4e3

doc/src/core/t.ml.html

Source file t.ml

1
2
3
4
5
6
7
8
(** Derived from [Base.T]. Used for matching bare signatures with just a type. *)

open! Import
include Base.T

module type T_bin = sig
  type t [@@deriving bin_io]
end
OCaml

Innovation. Community. Security.