package ocaml-unikraft-arm64

  1. Overview
  2. Docs
OCaml cross compiler to the freestanding Unikraft arm64 backends

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v1.0.0.tar.gz
sha256=1ee307b066765da124056ce825683b2dcf58145297f9b717345b6c55e84af2c4

doc/compiler-libs.common/Ast_helper/Const/index.html

Module Ast_helper.Const

val char : ?loc:loc -> char -> Parsetree.constant
val string : ?quotation_delimiter:string -> ?loc:Location.t -> string -> Parsetree.constant
val integer : ?loc:loc -> ?suffix:char -> string -> Parsetree.constant
val int : ?loc:loc -> ?suffix:char -> int -> Parsetree.constant
val int32 : ?loc:loc -> ?suffix:char -> int32 -> Parsetree.constant
val int64 : ?loc:loc -> ?suffix:char -> int64 -> Parsetree.constant
val nativeint : ?loc:loc -> ?suffix:char -> nativeint -> Parsetree.constant
val float : ?loc:loc -> ?suffix:char -> string -> Parsetree.constant