package ocamlformat-lib

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

Module Ast_helper.ConstSource

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