• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Community
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
        • Warnings
        • Primitives
        • Use-set
        • Syntax
        • Getting-started
        • Utilities
        • Loader
        • Transforms
        • Lint
        • Mlib
        • Server
        • Kit
          • Vl-model
          • Vl-json
          • Vl-gather
          • Vl-server
          • Vl-pp
          • Vl-lint
          • Vl-main
          • Vl-toolkit-other-command
          • Vl-help
            • Vl-toolkit-help-message
              • Vl-toolkit-help-message-default
          • Printer
          • Esim-vl
          • Well-formedness
        • Sv
        • Fgl
        • Vwsim
        • Vl
        • X86isa
        • Svl
        • Rtl
      • Software-verification
      • Math
      • Testing-utilities
    • Vl-toolkit-help-message

    Vl-toolkit-help-message-default

    Signature
    (vl-toolkit-help-message-default command) → help
    Arguments
    command — Guard (stringp command).
    Returns
    help — Type (or (not help) (stringp help)).

    Definitions and Theorems

    Function: vl-toolkit-help-message-default

    (defun vl-toolkit-help-message-default (command)
      (declare (xargs :guard (stringp command)))
      (let ((__function__ 'vl-toolkit-help-message-default))
        (declare (ignorable __function__))
        (cdr (assoc-equal command *vl-help-messages*))))

    Theorem: return-type-of-vl-toolkit-help-message-default

    (defthm return-type-of-vl-toolkit-help-message-default
      (b* ((help (vl-toolkit-help-message-default command)))
        (or (not help) (stringp help)))
      :rule-classes :type-prescription)