• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Apt
        • Error-checking
        • Fty-extensions
        • Isar
        • Kestrel-utilities
        • Set
        • Soft
        • C
        • Bv
        • Imp-language
        • Event-macros
        • Java
        • Bitcoin
        • Ethereum
        • Yul
        • Zcash
        • ACL2-programming-language
          • Primitive-functions
          • Translated-terms
          • Values
          • Evaluation
          • Program-equivalence
          • Functions
          • Packages
            • Lift-package-list
            • Import-lookup
            • Package-option
              • Package-option-fix
              • Package-option-case
              • Package-option-equiv
              • Package-option-some
              • Package-option-none
              • Package-optionp
            • Package-lookup
            • Package
            • Lift-package
            • Package-list
          • Programs
          • Interpreter
          • Evaluation-states
        • Prime-fields
        • Json
        • Syntheto
        • File-io-light
        • Cryptography
        • Number-theory
        • Lists-light
        • Axe
        • Builtins
        • Solidity
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Packages

Package-option

Fixtype of optional packages.

This is an option type introduced by fty::defoption. Note that defoption is just a wrapper for fty::defflexsum, so there are :none and :some member types, a case macro, and so forth.

Member Types
:none → package-option-none
Represents that no package-option is available, i.e., Nothing or None.
:some → package-option-some
An available package-option, i.e., Just val or Some val.

Subtopics

Package-option-fix
Fixing function for package-option structures.
Package-option-case
Case macro for the different kinds of package-option structures.
Package-option-equiv
Basic equivalence relation for package-option structures.
Package-option-some
An available package-option, i.e., Just val or Some val.
Package-option-none
Represents that no package-option is available, i.e., Nothing or None.
Package-optionp
Recognizer for package-option structures.