You can search for identifiers within the package.
in-package search v0.2.0
Load a zone file.
exception Zone_parse_error of int
Raised when load fails to parse the zone. Argument indicates line number.
val load : ?db:Loader.db -> string list -> string -> Loader.db
Load a domain's zone from a string buffer, into db.
db