• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
        • Deftreeops
        • Defdefparse
        • Defgrammar
        • Tree-utilities
        • Notation
          • Syntax-abstraction
          • Semantics
          • Abstract-syntax
            • Convenience-constructors
            • Num-val
            • Char-val
            • Repeat-range
            • Rulename
            • Rule
            • Rulename-option
            • Num-base
            • Rule-option
            • Prose-val
            • Rulelist
            • Char-val-set
            • Rulename-set
            • Rulename-list
            • Grammar
            • Alt/conc/rep/elem
              • Element
                • Elementp
                • Element-case
                • Element-equiv
                • Element-rulename
                • Element-prose-val
                • Element-option
                • Element-num-val
                • Element-group
                • Element-char-val
                • Element-kind
                • Element-fix
                • Element-count
              • Repetition
              • Alternation
              • Concatenation
          • Core-rules
          • Concrete-syntax
        • Grammar-parser
        • Meta-circular-validation
        • Parsing-primitives-defresult
        • Parsing-primitives-seq
        • Operations
        • 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
  • Alt/conc/rep/elem

Element

Fixtype of elements.

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

Member Tags → Types
:rulename → element-rulename
:group → element-group
:option → element-option
:char-val → element-char-val
:num-val → element-num-val
:prose-val → element-prose-val

In the abstract syntax, an element (of a repetition) is defined in accordance with rule element in [RFC:4].

Subtopics

Elementp
Recognizer for element structures.
Element-case
Case macro for the different kinds of element structures.
Element-equiv
Basic equivalence relation for element structures.
Element-rulename
Element-prose-val
Element-option
Element-num-val
Element-group
Element-char-val
Element-kind
Get the kind (tag) of a element structure.
Element-fix
Fixing function for element structures.
Element-count
Measure for recurring over element structures.