package ppx_yojson

  1. Overview
  2. Docs

Module Ppx_yojson_lib.Integer_constSource

Helper functions to deal with AST's integer literals

Sourceval is_binary : string -> bool

Return whether this integer string representation is in binary form. i.e. if its in the form 0b100101.

Sourceval is_octal : string -> bool

Return whether this integer string representation is in octal form. i.e. if its in the form 0o1702.

Sourceval is_hexadecimal : string -> bool

Return whether this integer string representation is in hexadecimal form. i.e. if its in the form 0ox1a9f.

OCaml

Innovation. Community. Security.