#
mutable ui_name
| : string | ; | |||
#
mutable ui_symbol
| : string | ; | |||
#
mutable ui_defines
| : string list | ; | |||
#
mutable ui_imports_cmi
| : (string * Digest.t option) list | ; | |||
#
mutable ui_imports_cmx
| : (string * Digest.t option) list | ; | |||
#
mutable ui_approx
| : Clambda.value_approximation | ; | |||
#
mutable ui_curry_fun
| : int list | ; | |||
#
mutable ui_apply_fun
| : int list | ; | |||
#
mutable ui_send_fun
| : int list | ; | |||
#
mutable ui_force_link
| : bool | ; |