package b0

  1. Overview
  2. Docs
Software construction and deployment kit

Install

Dune Dependency

Authors

Maintainers

Sources

b0-0.0.1.tbz
sha256=dba2fc571f39f3b8e87ee55c77bdec7ec6a5ddc7d99b8b20aeda848af546be04
md5=51ee1d66acc4d7f87bdceac1341b7711

doc/b0.b0/B0_def/module-type-VALUE/index.html

Module type B0_def.VALUE

The type for values to be named.

This just indicates an identifier for the kind of names, how to retreive the def value in a value and how to format the names.

Values

type t

The type of defined values.

val def_kind : string

def_kind is the kind of defined value, uncapitalized.

val def : t -> def

def v is v's definition.

val pp_name_str : string B00_std.Fmt.t

pp_name_str pretty prints value names.

OCaml

Innovation. Community. Security.