Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
A fully parsed Btab record.
Sometimes, you may want to fully parse the Btab.Record
into an OCaml record
, e.g., for s-expression serialization.
Btab.Record
is not parsed into an OCaml record
by default. Rather, the fields you need are generated on the fly using string indexing. This is a lot faster, but like I mentioned before, sometimes you really do want the whole thing pre-parsed. Use this module in those cases.