Module Full_message_tags

Union Tag types. The tag types must be declared in a separate module, because they are used withing administrative messages.

type full_msg_tag =
| Full_Admin_Msg_Tag of Full_admin_tags.full_admin_msg_tag
| Full_App_Msg_Tag of Full_app_tags.full_app_msg_tag

Union message tag type.

type full_field_tag =
| Full_Admin_Field_Tag of Full_admin_tags.full_admin_field_tag
| Full_App_Field_Tag of Full_app_tags.full_app_field_tag

Union field tag type.