package b0

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module B0_ocaml.CrunchSource

Crunching data into OCaml values.

Sourceval id_of_filename : string -> string

id_of_filename is Modname.mangle_filename uncapitalized.

Sourceval string_to_string : id:string -> data:string -> string

string_to_string ~id ~data let binds binary data to id using a string.