package ocaml-solo5-cross-aarch64

  1. Overview
  2. Docs
OCaml cross-compiler to the freestanding 64-bit ARM Solo5 backend

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v1.1.0.tar.gz
md5=00e5f51d0ce72f7517f3b2a7f910c572
sha512=91f349384a8864076c3d1b0ce3f4e94aa54900cf51e2471d21427bb25cbffac606bcd754fa545f4b2c4516ea2b0731cb580ab30bdf1911c9e47ee24d7c88c863

doc/compiler-libs.common/Translattribute/index.html

Module Translattribute

val add_inline_attribute : Lambda.lambda -> Location.t -> Parsetree.attributes -> Lambda.lambda
val get_inline_attribute : Parsetree.attributes -> Lambda.inline_attribute
val add_specialise_attribute : Lambda.lambda -> Location.t -> Parsetree.attributes -> Lambda.lambda
val get_specialise_attribute : Parsetree.attributes -> Lambda.specialise_attribute
val add_local_attribute : Lambda.lambda -> Location.t -> Parsetree.attributes -> Lambda.lambda
val get_local_attribute : Parsetree.attributes -> Lambda.local_attribute
val get_inlined_attribute : Typedtree.expression -> Lambda.inline_attribute
val get_inlined_attribute_on_module : Typedtree.module_expr -> Lambda.inline_attribute
val get_specialised_attribute : Typedtree.expression -> Lambda.specialise_attribute
val get_tailcall_attribute : Typedtree.expression -> Lambda.tailcall_attribute
val add_function_attributes : Lambda.lambda -> Location.t -> Parsetree.attributes -> Lambda.lambda