You can search for identifiers within the package.
in-package search v0.2.0
A VALUE module allows the actual conversion of values between different representations. It is intended as a companion to the Encoding module above.
VALUE
Encoding
type t
type 'a encoding
val construct : 'a encoding -> 'a -> t
val destruct : 'a encoding -> t -> 'a