• 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
          • Syntax-for-tools
            • Disambiguator
            • Abstract-syntax
            • Parser
            • Validator
            • Printer
            • Formalized-subset
            • Mapping-to-language-definition
            • Input-files
            • Defpred
            • Output-files
            • Abstract-syntax-operations
            • Validation-information
            • Implementation-environments
            • Concrete-syntax
              • Grammar
              • Files
              • Grammar-character-p
              • Keywords
              • Grammar-character-listp
              • File-paths
                • Filepath-option
                  • Filepath-option-fix
                  • Filepath-option-case
                  • Filepath-option-equiv
                  • Filepath-option-some
                  • Filepath-option-none
                  • Filepath-optionp
                • Filepath
                • Filepath-set
            • Unambiguity
            • Ascii-identifiers
            • Preprocessing
            • Abstraction-mapping
          • Atc
          • Language
          • Representation
          • Transformation-tools
          • Insertion-sort
          • Pack
        • Bv
        • Imp-language
        • Event-macros
        • Java
        • Bitcoin
        • Ethereum
        • Yul
        • Zcash
        • ACL2-programming-language
        • 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
  • File-paths

Filepath-option

Fixtype of optional file paths.

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 → filepath-option-none
Represents that no filepath-option is available, i.e., Nothing or None.
:some → filepath-option-some
An available filepath-option, i.e., Just val or Some val.

Subtopics

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