|
gramlib.cma
in the command line. For example, with
the line:
ocamlc -I +camlp4 gramlib.cma <the_files>
|
q_MLast.cmo
. See appendix A.loc_of_expr
for expressions.
loc_of_patt
for patterns.
loc_of_ctyp
for types.
loc_of_module_type
for module types.
loc_of_module_expr
for module expressions.
loc_of_sig_item
for signature items.
loc_of_str_item
for structure items.
loc_of_phrase
for phrases.
|