• Top
    • Documentation
    • Books
    • Boolean-reasoning
      • Ipasir
      • Aignet
        • Base-api
        • Aignet-construction
        • Representation
          • Aignet-impl
          • Node
          • Network
          • Combinational-type
          • Typecode
            • Node->type
            • Code->ctype
            • Typecode-fix
            • Typecodep
              • *ctype-code-map*
            • Stypep
          • Aignet-copy-init
          • Aignet-simplify-with-tracking
          • Aignet-simplify-marked-with-tracking
          • Aignet-cnf
          • Aignet-simplify-marked
          • Aignet-complete-copy
          • Aignet-transforms
          • Aignet-eval
          • Semantics
          • Aignet-read-aiger
          • Aignet-write-aiger
          • Aignet-abc-interface
          • Utilities
        • Aig
        • Satlink
        • Truth
        • Ubdds
        • Bdd
        • Faig
        • Bed
        • 4v
      • Projects
      • Debugging
      • Community
      • Std
      • Proof-automation
      • Macro-libraries
      • ACL2
      • Interfacing-tools
      • Hardware-verification
      • Software-verification
      • Math
      • Testing-utilities
    • Typecode

    Typecodep

    Recognizer for valid typecodes.

    Signature
    (typecodep x) → *

    Definitions and Theorems

    Function: typecodep

    (defun typecodep (x)
      (declare (xargs :guard t))
      (let ((__function__ 'typecodep))
        (declare (ignorable __function__))
        (and (natp x) (< x 4))))