• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
      • X86isa
        • Program-execution
        • Sdm-instruction-set-summary
        • Tlb
        • Running-linux
        • Introduction
        • Asmtest
        • X86isa-build-instructions
        • Publications
        • Contributors
        • Machine
        • Implemented-opcodes
        • To-do
        • Proof-utilities
        • Peripherals
        • Model-validation
        • Modelcalls
        • Concrete-simulation-examples
        • Utils
          • Structures
          • Utilities
            • Constants-conversions-and-bounds
            • Globally-disabled-events
            • Mk-name
          • Debugging-code-proofs
        • Axe
        • Execloader
      • Math
      • Testing-utilities
    • Utilities

    Mk-name

    Macro that can be used to create event names by concatenating strings, symbols, numbers, and characters.

    Macro: mk-name

    (defmacro mk-name (&rest x)
      (cons 'acl2::packn-pos
            (cons (cons 'list x) '('mk-name))))