• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Community
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
        • Warnings
        • Primitives
        • Use-set
        • Syntax
        • Getting-started
        • Utilities
        • Loader
        • Transforms
          • Expression-sizing
          • Occform
          • Oprewrite
          • Expand-functions
          • Delayredux
          • Unparameterization
          • Caseelim
          • Split
            • Vl-modulelist-split
            • Vl-plainarg-split
            • Vl-assign-split
            • Vl-expr-split
            • Vl-arguments-split
            • Vl-plainarglist-split
            • Vl-gateinstlist-split
            • Vl-modinstlist-split
            • Vl-assignlist-split
            • Vl-module-split
            • Vl-modinst-split
            • Vl-gateinst-split
            • Vl-nosplitlist-p
              • Vl-nosplitlist-p-basics
            • Vl-nosplit-p
            • Vl-design-split
            • *vl-tmp-wire-atts*
          • Selresolve
          • Weirdint-elim
          • Vl-delta
          • Replicate-insts
          • Rangeresolve
          • Propagate
          • Clean-selects
          • Clean-params
          • Blankargs
          • Inline-mods
          • Expr-simp
          • Trunc
          • Always-top
          • Gatesplit
          • Gate-elim
          • Expression-optimization
          • Elim-supplies
          • Wildelim
          • Drop-blankports
          • Clean-warnings
          • Addinstnames
          • Custom-transform-hooks
          • Annotate
          • Latchcode
          • Elim-unused-vars
          • Problem-modules
        • Lint
        • Mlib
        • Server
        • Kit
        • Printer
        • Esim-vl
        • Well-formedness
      • Sv
      • Fgl
      • Vwsim
      • Vl
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Math
    • Testing-utilities
  • Split

Vl-nosplitlist-p

(vl-nosplitlist-p x) recognizes lists where every element satisfies vl-nosplit-p.

Signature
(vl-nosplitlist-p x) → std::bool

This is an ordinary deflist. It is "loose" in that it does not care whether x is nil-terminated.

Definitions and Theorems

Function: vl-nosplitlist-p

(defun vl-nosplitlist-p (x)
  (declare (xargs :guard (vl-exprlist-p x)))
  (let ((__function__ 'vl-nosplitlist-p))
    (declare (ignorable __function__))
    (if (consp x)
        (and (vl-nosplit-p (car x))
             (vl-nosplitlist-p (cdr x)))
      t)))

Subtopics

Vl-nosplitlist-p-basics
Basic theorems about vl-nosplitlist-p, generated by deflist.