• Top
    • Documentation
    • Books
    • Recursion-and-induction
    • Boolean-reasoning
    • Debugging
    • Projects
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
      • Sv
        • Svex-stvs
        • Svex-fixpoint-decomposition-methodology
        • Sv-versus-esim
        • Svex-decomp
        • Svex-compose-dfs
        • Moddb
        • Svex-compilation
          • Alias-normalization
          • Svex-design-flatten-and-normalize
          • Svex-design-compile
          • Svex-composition
          • Compile.lisp
            • Svex-normalize-assigns
            • Svex-design-flatten
            • Svex-override-lhrange
            • Svex-override-lhs
            • Svex-compose-assigns/delays
            • Aliases-indexed->named-aux
            • Svex-alist-truncate-by-var-decls
            • Svar-map-truncate-by-var-decls
            • Aliases-to-var-decl-map-aux
            • Aliases-indexed->named
            • Svar-indexed->named-memo
            • Lhs-indexed->named
            • Maybe-svar-p
            • Svar-register-indnamememo
            • Svarlist-indexed->named
            • Maybe-svar-fix
            • Lhs-register-indnamememo
            • Maybe-indname-result
              • Maybe-indname-result-fix
              • Maybe-indname-result-equiv
              • Maybe-indname-result-case
              • Maybe-indname-result-some
                • Maybe-indname-result-some->val
                • Make-maybe-indname-result-some
                • Change-maybe-indname-result-some
              • Maybe-indname-result-none
              • Maybe-indname-result-p
            • Aliases-to-var-decl-map
            • Svar-indexed->named
            • Svex-apply-overrides
            • Aliases-boundedp-aux
            • Indnamememo-to-var-decl-map
            • Indname-result
            • Assigns-compose
            • Delay-svarlist->delays
            • Svex-override-vars
            • Indnamememo
            • Delay-svar->delays
            • Assigns-to-overrides
            • Svarlist-collect-delays
            • Svex-overridelist-vars
            • Svex-overridelist-keys
            • Assigns-to-overrides-nrev
            • Cap-length
            • Var-decl-map
          • Assign->netassigns
        • Svmods
        • Svstmt
        • Sv-tutorial
        • Expressions
        • Symbolic-test-vector
        • Vl-to-svex
      • Fgl
      • Vl
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Testing-utilities
    • Math
  • Maybe-indname-result

Maybe-indname-result-some

An available maybe-indname-result, i.e., Just val or Some val.

This is a product type, introduced by fty::defoption in support of maybe-indname-result.

Fields
fty::val — indname-result

Subtopics

Maybe-indname-result-some->val
Get the fty::val field from a maybe-indname-result-some.
Make-maybe-indname-result-some
Basic constructor macro for maybe-indname-result-some structures.
Change-maybe-indname-result-some
Modifying constructor for maybe-indname-result-some structures.