Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
This module regroups miscellaneous utility functions.
Prints the passed string if Bolt verbose mode is enabled, does nothing otherwise.
The type of container mapping a string to an element, whatever their implementation is.
val make_container_functions :
unit ->
'a container * (string -> 'a -> unit) * ('a -> string) * (string -> 'a)
make_container_functions ()
returns a quadruple with the following elements:
Not_found
if such an element does not exist.split seps s
returns a list of substrings of s
separeted by contiguous substrings of elements from seps
.