package archetype

  1. Overview
  2. Docs
Archetype language compiler

Install

Dune Dependency

Authors

Maintainers

Sources

1.1.2.tar.gz
md5=cc3e66ac130df626f0210be8ce68b1b0
sha512=913e561827e5559b8f7f68dc286e257ee484ccacb2fba8e7a4996576107969f7c4bb42f8a759ea082c1a6f0c2874297d52369f0840041177f23c85a2c99053e6

doc/archetype/Archetype/Printer_pt/index.html

Module Archetype.Printer_ptSource

Sourceval e_equal_greater : int * Printer_tools.assoc
Sourceval e_in : int * Printer_tools.assoc
Sourceval e_to : int * Printer_tools.assoc
Sourceval e_other : int * Printer_tools.assoc
Sourceval e_then : int * Printer_tools.assoc
Sourceval e_else : int * Printer_tools.assoc
Sourceval e_comma : int * Printer_tools.assoc
Sourceval e_semi_colon : int * Printer_tools.assoc
Sourceval e_colon : int * Printer_tools.assoc
Sourceval e_assign_simple : int * Printer_tools.assoc
Sourceval e_assign_plus : int * Printer_tools.assoc
Sourceval e_assign_minus : int * Printer_tools.assoc
Sourceval e_assign_mult : int * Printer_tools.assoc
Sourceval e_assign_div : int * Printer_tools.assoc
Sourceval e_assign_and : int * Printer_tools.assoc
Sourceval e_assign_or : int * Printer_tools.assoc
Sourceval e_opspec1 : int * Printer_tools.assoc
Sourceval e_opspec2 : int * Printer_tools.assoc
Sourceval e_opspec3 : int * Printer_tools.assoc
Sourceval e_opspec4 : int * Printer_tools.assoc
Sourceval e_imply : int * Printer_tools.assoc
Sourceval e_equiv : int * Printer_tools.assoc
Sourceval e_and : int * Printer_tools.assoc
Sourceval e_or : int * Printer_tools.assoc
Sourceval e_equal : int * Printer_tools.assoc
Sourceval e_nequal : int * Printer_tools.assoc
Sourceval e_gt : int * Printer_tools.assoc
Sourceval e_ge : int * Printer_tools.assoc
Sourceval e_lt : int * Printer_tools.assoc
Sourceval e_le : int * Printer_tools.assoc
Sourceval e_plus : int * Printer_tools.assoc
Sourceval e_minus : int * Printer_tools.assoc
Sourceval e_mult : int * Printer_tools.assoc
Sourceval e_divrat : int * Printer_tools.assoc
Sourceval e_modulo : int * Printer_tools.assoc
Sourceval e_diveuc : int * Printer_tools.assoc
Sourceval e_not : int * Printer_tools.assoc
Sourceval e_dot : int * Printer_tools.assoc
Sourceval e_coloncolon : int * Printer_tools.assoc
Sourceval e_app : int * Printer_tools.assoc
Sourceval e_for : int * Printer_tools.assoc
Sourceval e_tuple : int * Printer_tools.assoc
Sourceval e_default : int * Printer_tools.assoc
Sourceval e_simple : int * Printer_tools.assoc
Sourceval get_prec_from_operator : ParseTree.operator -> int * Printer_tools.assoc
Sourceval get_prec_from_assignment_operator : ParseTree.assignment_operator -> int * Printer_tools.assoc
Sourceval container_to_str : ParseTree.container -> string
Sourceval pp_container : Core.Format.formatter -> ParseTree.container -> unit
Sourceval logical_operator_to_str : ParseTree.logical_operator -> string
Sourceval comparison_operator_to_str : ParseTree.comparison_operator -> string
Sourceval arithmetic_operator_to_str : ParseTree.arithmetic_operator -> string
Sourceval unary_operator_to_str : ParseTree.unary_operator -> string
Sourceval operator_to_str : ParseTree.operator -> string
Sourceval pp_operator : Core.Format.formatter -> ParseTree.operator -> unit
Sourceval assignment_operator_extra_to_str : ParseTree.assignment_operator -> string
Sourceval assignment_operator_record_to_str : ParseTree.assignment_operator -> string
Sourceval assignment_operator_expr_to_str : ParseTree.assignment_operator -> string
Sourceval pp_assignment_operator_record : Core.Format.formatter -> ParseTree.assignment_operator -> unit
Sourceval pp_assignment_operator_expr : Core.Format.formatter -> ParseTree.assignment_operator -> unit
Sourceval quantifier_to_str : ParseTree.quantifier -> string
Sourceval pp_quantifier : Core.Format.formatter -> ParseTree.quantifier -> unit
Sourceval string_of_scope : ParseTree.scope -> string
Sourceval pp_else : Core.Format.formatter -> ParseTree.expr option -> unit
Sourceval pp_ident_ident : Core.Format.formatter -> (Printer_tools.lident option * Printer_tools.lident) -> unit
Sourceval pp_fun_ident_typ : Core.Format.formatter -> ParseTree.lident_typ -> unit
Sourceval pp_fun_args : Core.Format.formatter -> ParseTree.lident_typ list -> unit
Sourceval pp_record_expr_internal : Core.Format.formatter -> ParseTree.record_item list -> unit
Sourceval pp_extensions : Core.Format.formatter -> ParseTree.exts -> unit
Sourceval pp_simple_expr : Core.Format.formatter -> ParseTree.expr -> unit
Sourceval pp_ext_args : Core.Format.formatter -> ParseTree.expr list -> unit
Sourceval pp_asset_option : Core.Format.formatter -> ParseTree.asset_option -> unit
Sourceval operation_enum_to_str : ParseTree.asset_operation_enum -> string
Sourceval pp_asset_operation_enum : Core.Format.formatter -> ParseTree.asset_operation_enum -> unit
Sourceval pp_asset_operation : Core.Format.formatter -> ParseTree.asset_operation -> unit
Sourceval pp_label_expr : Core.Format.formatter -> ParseTree.label_expr -> unit
Sourceval pp_label_exprs : Core.Format.formatter -> ParseTree.label_expr list -> unit
Sourceval pp_enum_option : Core.Format.formatter -> ParseTree.enum_option -> unit
Sourceval pp_asset_post_option : Core.Format.formatter -> ParseTree.asset_post_option -> unit
Sourceval map_option : ('a -> unit) -> 'a option -> unit
Sourceval pp_specification_items : Core.Format.formatter -> ParseTree.specification_item_unloc list -> unit
Sourceval pp_entry_properties : Core.Format.formatter -> ParseTree.entry_properties -> unit
Sourceval string_of__of_pp : (Core.Format.formatter -> 'a -> unit) -> 'a -> string
Sourceval type_to_str : ParseTree.type_r Location.loced -> string
Sourceval declaration_to_str : ParseTree.declaration_unloc Location.loced -> string
Sourceval archetype_to_str : ParseTree.archetype_unloc Location.loced -> string
OCaml

Innovation. Community. Security.