package bin

  1. Overview
  2. Docs
A DSL to describe binary formats

Install

dune-project
 Dependency

Authors

Maintainers

Sources

bstr-0.1.1.tbz
sha256=e657cffda56910b14b98c76dd6e0382ea4bc5d0167e88391aba93196b016eee0
sha512=80dccae9308f57185a2c2fcfc63727043a5d0c7a0cf9b3687064882d64449404a51352d90160042f12f9bd3173aaf19ec715d1c796f4e808c0677ea9dbcb9ca8

doc/bin/Bin_type/Witness/index.html

Module Bin_type.WitnessSource

Sourcetype (_, _) eq =
  1. | Refl : ('a, 'a) eq
Sourcetype _ equality = ..
Sourcemodule type Inst = sig ... end
Sourcetype 'a t = (module Inst with type t = 'a)
Sourceval make : 'a. unit -> 'a t
Sourceval eq : 'a 'b. 'a t -> 'b t -> ('a, 'b) eq option
Sourceval cast_exn : 'a 'b. 'a t -> 'b t -> 'a -> 'b