• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
        • Deftreeops
        • Defdefparse
        • Defgrammar
        • Tree-utilities
        • Notation
        • Grammar-parser
        • Meta-circular-validation
        • Parsing-primitives-defresult
        • Parsing-primitives-seq
        • Operations
          • In-terminal-set
          • Well-formedness
          • Closure
          • Plugging
          • Ambiguity
          • Renaming
          • Numeric-range-retrieval
            • Num-range
              • Num-range-fix
              • Num-range-equiv
              • Make-num-range
              • Change-num-range
              • Num-range->min
              • Num-range->max
              • Num-range->base
              • Num-range-p
            • Num-val-num-ranges
            • Rulelist-num-ranges
            • Rule-num-ranges
            • Element-num-ranges
            • Num-range-set
            • Alternation-num-ranges
            • Concatenation-num-ranges
            • Repetition-num-ranges
          • Rule-utilities
          • Removal
          • Character-value-retrieval
        • Examples
        • Differences-with-paper
        • Constructor-utilities
        • Grammar-printer
        • Parsing-tools
      • Vwsim
      • Isar
      • Wp-gen
      • Dimacs-reader
      • Pfcs
      • Legacy-defrstobj
      • Proof-checker-array
      • Soft
      • C
      • Farray
      • Rp-rewriter
      • Instant-runoff-voting
      • Imp-language
      • Sidekick
      • Leftist-trees
      • Java
      • Taspi
      • Bitcoin
      • Riscv
      • Des
      • Ethereum
      • X86isa
      • Sha-2
      • Yul
      • Zcash
      • Proof-checker-itp13
      • Regex
      • ACL2-programming-language
      • Json
      • Jfkr
      • Equational
      • Cryptography
      • Poseidon
      • Where-do-i-place-my-book
      • Axe
      • Bigmems
      • Builtins
      • Execloader
      • Aleo
      • Solidity
      • Paco
      • Concurrent-programs
      • Bls12-377-curves
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • Math
    • Testing-utilities
  • Numeric-range-retrieval

Num-range

Fixtype of numeric range notations.

This is a product type introduced by fty::defprod.

Fields
base — num-base
min — natp
max — natp

This consists of the :range case of num-val, which perhaps should be refactored so that the fixtype introduced here is instead introduced as part of the ABNF abstract syntax.

Subtopics

Num-range-fix
Fixing function for num-range structures.
Num-range-equiv
Basic equivalence relation for num-range structures.
Make-num-range
Basic constructor macro for num-range structures.
Change-num-range
Modifying constructor for num-range structures.
Num-range->min
Get the min field from a num-range.
Num-range->max
Get the max field from a num-range.
Num-range->base
Get the base field from a num-range.
Num-range-p
Recognizer for num-range structures.