package ocamlformat-lib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ast_helper.ConstSource

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

Innovation. Community. Security.