• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Community
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Apt
        • Error-checking
        • Fty-extensions
        • Isar
        • Kestrel-utilities
        • Set
        • C
        • Soft
        • Bv
        • Imp-language
        • Ethereum
        • Event-macros
        • Java
          • Atj
          • Aij
          • Language
            • Syntax
              • Grammar
              • Unicode-escapes
              • Unicode-input-char
              • Escape-sequence
              • Identifiers
              • Primitive-types
                • Primitive-type
                • Primitive-type-<=
                • Numeric-type
                  • Numeric-type-fix
                  • Numeric-type-case
                  • Numeric-type-equiv
                  • Numeric-typep
                  • Numeric-type-kind
                  • Numeric-type-short
                  • Numeric-type-long
                  • Numeric-type-int
                  • Numeric-type-float
                  • Numeric-type-double
                  • Numeric-type-char
                  • Numeric-type-byte
                • Primitive-type-<
                • Integral-type
                • Primitive-type-<1
                • Floating-point-type
              • Reference-types
              • Unicode-characters
              • Keywords
              • Integer-literals
              • String-literals
              • Octal-digits
              • Hexadecimal-digits
              • Decimal-digits
              • Binary-digits
              • Character-literals
              • Null-literal
              • Floating-point-literals
              • Boolean-literals
              • Package-names
              • Literals
            • Semantics
        • Riscv
        • Bitcoin
        • Zcash
        • Yul
        • ACL2-programming-language
        • Prime-fields
        • Json
        • Syntheto
        • File-io-light
        • Cryptography
        • Number-theory
        • Axe
        • Lists-light
        • Builtins
        • Solidity
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Primitive-types

Numeric-type

Fixtype of Java numeric types [JLS14:4.2].

This is a tagged union type, introduced by fty::deftagsum.

Member Tags → Types
:char → numeric-type-char
:byte → numeric-type-byte
:short → numeric-type-short
:int → numeric-type-int
:long → numeric-type-long
:float → numeric-type-float
:double → numeric-type-double

Subtopics

Numeric-type-fix
Fixing function for numeric-type structures.
Numeric-type-case
Case macro for the different kinds of numeric-type structures.
Numeric-type-equiv
Basic equivalence relation for numeric-type structures.
Numeric-typep
Recognizer for numeric-type structures.
Numeric-type-kind
Get the kind (tag) of a numeric-type structure.
Numeric-type-short
Numeric-type-long
Numeric-type-int
Numeric-type-float
Numeric-type-double
Numeric-type-char
Numeric-type-byte