capitalize ?sep s capitalizes a field name.
capitalize ?sep s
ends_with s suffix returns true iff s ends with suffix.
ends_with s suffix
true
s
suffix
Emit an error.
Quote a string for use with shell.
Get the current date in RFC-2822 format.
Same as List.rev_map, but calls the function with the index of the current element.
List.rev_map
Wrapper around Pervasives.raise to raise a Ben exception.
Pervasives.raise
simple_split sep s splits s using sep as delimiter.
simple_split sep s
sep
stanza_fold f lexbuf accu iterates f over all stanzas of lexbuf, using accu as accumulator.
stanza_fold f lexbuf accu
f
lexbuf
accu
starts_with s prefix returns true iff s starts with prefix.
starts_with s prefix
prefix
Return a human-readable explanation of an error.
Tokenizer for Benl_parser.
Benl_parser
Remove duplicates in a list.
Emit a warning.
Run the function on the in_channel, taking care of exceptions.
Run the function on the given file, taking care of exceptions.
Run the function on the given file, taking care of exceptions .