module Outcometree:sig
..end
type
out_ident =
| |
Oide_apply of |
| |
Oide_dot of |
| |
Oide_ident of |
type
out_attribute = {
|
oattr_name : |
type
out_value =
| |
Oval_array of |
| |
Oval_char of |
| |
Oval_constr of |
| |
Oval_ellipsis |
| |
Oval_float of |
| |
Oval_int of |
| |
Oval_int32 of |
| |
Oval_int64 of |
| |
Oval_nativeint of |
| |
Oval_list of |
| |
Oval_printer of |
| |
Oval_record of |
| |
Oval_string of |
| |
Oval_stuff of |
| |
Oval_tuple of |
| |
Oval_variant of |
type
out_type =
| |
Otyp_abstract |
| |
Otyp_open |
| |
Otyp_alias of |
| |
Otyp_arrow of |
| |
Otyp_class of |
| |
Otyp_constr of |
| |
Otyp_manifest of |
| |
Otyp_object of |
| |
Otyp_record of |
| |
Otyp_stuff of |
| |
Otyp_sum of |
| |
Otyp_tuple of |
| |
Otyp_var of |
| |
Otyp_variant of |
| |
Otyp_poly of |
| |
Otyp_module of |
| |
Otyp_attribute of |
type
out_variant =
| |
Ovar_fields of |
| |
Ovar_typ of |
type
out_class_type =
| |
Octy_constr of |
| |
Octy_arrow of |
| |
Octy_signature of |
type
out_class_sig_item =
| |
Ocsg_constraint of |
| |
Ocsg_method of |
| |
Ocsg_value of |
type
out_module_type =
| |
Omty_abstract |
| |
Omty_functor of |
| |
Omty_ident of |
| |
Omty_signature of |
| |
Omty_alias of |
type
out_sig_item =
| |
Osig_class of |
| |
Osig_class_type of |
| |
Osig_typext of |
| |
Osig_modtype of |
| |
Osig_module of |
| |
Osig_type of |
| |
Osig_value of |
| |
Osig_ellipsis |
type
out_type_decl = {
|
otype_name : |
|
otype_params : |
|
otype_type : |
|
otype_private : |
|
otype_immediate : |
|
otype_unboxed : |
|
otype_cstrs : |
type
out_extension_constructor = {
|
oext_name : |
|
oext_type_name : |
|
oext_type_params : |
|
oext_args : |
|
oext_ret_type : |
|
oext_private : |
type
out_type_extension = {
|
otyext_name : |
|
otyext_params : |
|
otyext_constructors : |
|
otyext_private : |
type
out_val_decl = {
|
oval_name : |
|
oval_type : |
|
oval_prims : |
|
oval_attributes : |
type
out_rec_status =
| |
Orec_not |
| |
Orec_first |
| |
Orec_next |
type
out_ext_status =
| |
Oext_first |
| |
Oext_next |
| |
Oext_exception |
type
out_phrase =
| |
Ophr_eval of |
| |
Ophr_signature of |
| |
Ophr_exception of |