• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Community
    • 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-some->val
                    • Make-filepath-option-some
                    • Change-filepath-option-some
                  • Filepath-option-none
                  • Filepath-optionp
                • Filepath
                • Filepath-set
            • Ascii-identifiers
            • Unambiguity
            • 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
  • Filepath-option

Filepath-option-some

An available filepath-option, i.e., Just val or Some val.

This is a product type, introduced by fty::defoption in support of filepath-option.

Fields
fty::val — filepath

Subtopics

Filepath-option-some->val
Get the fty::val field from a filepath-option-some.
Make-filepath-option-some
Basic constructor macro for filepath-option-some structures.
Change-filepath-option-some
Modifying constructor for filepath-option-some structures.