higher_kinded
A library with an encoding of higher kinded types in OCaml

Install

Authors

Maintainers

Sources

v0.14.1.tar.gz
md5=6e1b0d3e2cc59bdafa9a65bf8df93727

Description

OCaml natively supports parameterized type constructors, such as =option=. The parameters of a type constructor may only be types, not arbitrary type constructors. This library makes it possible to parameterize a type with a witness that represents a type constructor.

Published: 11 Jun 2020

Dependencies (4)

  1. dune >= "2.0.0"
  2. ppx_jane >= "v0.14" & < "v0.15"
  3. base >= "v0.14" & < "v0.15"
  4. ocaml >= "4.09.0"

Dev Dependencies

None

Used by (2)

  1. accessor = "v0.14.1"
  2. accessor_base = "v0.14.1"

Conflicts

None