module Dosebase: sig
.. end
napkin_of_fields assoc
parses a Dosebase package description given by a
function assoc
that takes a field name and returns the first line of the
contents of the field.
val decompose_key : string -> string * string list
module Out: sig
.. end
module In: sig
.. end
val napkin_of_fields : (string -> string) -> Napkin.default_package
napkin_of_fields assoc
parses a Dosebase package description given by a
function assoc
that takes a field name and returns the first line of the
contents of the field.