• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
      • Vwsim
      • Isar
      • Wp-gen
      • Dimacs-reader
      • Pfcs
      • Legacy-defrstobj
      • Proof-checker-array
      • Soft
      • C
        • Syntax-for-tools
        • Atc
          • Atc-implementation
            • Atc-abstract-syntax
            • Atc-pretty-printer
            • Atc-event-and-code-generation
            • Fty-pseudo-term-utilities
            • Atc-term-recognizers
            • Atc-input-processing
            • Atc-shallow-embedding
              • Defstruct
                • Defstruct-implementation
                  • Defstruct-info
                  • Defstruct-gen-recognizer
                  • Defstruct-gen-integer-member-ops
                  • Defstruct-gen-constructor
                  • Defstruct-gen-array-member-ops
                  • Defstruct-gen-recognizer-conjuncts
                  • Defstruct-member-info
                  • Defstruct-member-info-list->memtype-list
                  • Defstruct-process-members
                  • Defstruct-gen-fixer
                  • Defstruct-gen-member-ops
                  • Defstruct-process-inputs
                  • Defstruct-gen-fixing-term
                  • Defstruct-info-option
                    • Defstruct-info-option-fix
                    • Defstruct-info-option-equiv
                    • Defstruct-info-option-case
                    • Defstruct-info-option-some
                    • Defstruct-info-option-none
                    • Defstruct-info-optionp
                  • Defstruct-gen-everything
                  • Defstruct-gen-all-member-ops
                  • Defstruct-gen-recognizer-all-conjuncts
                  • Defstruct-info->writer-element-list
                  • Defstruct-info->reader-element-list
                  • Defstruct-gen-fixtype
                  • Defstruct-info->writer-list
                  • Defstruct-info->reader-list
                  • Defstruct-fn
                  • Defstruct-table-record-event
                  • Defstruct-table-lookup
                  • Irr-defstruct-info
                  • Defstruct-info->writer-element-list-aux
                  • Defstruct-info->reader-element-list-aux
                  • Defstruct-info->writer-list-aux
                  • Defstruct-info->reader-list-aux
                  • Defstruct-member-info-list
                  • Defstruct-table-definition
                  • *defstruct-table*
                  • Defstruct-macro-implementtion
              • Defobject
              • Atc-let-designations
              • Pointer-types
              • Atc-conditional-expressions
            • Atc-process-inputs-and-gen-everything
            • Atc-table
            • Atc-fn
            • Atc-pretty-printing-options
            • Atc-types
            • Atc-macro-definition
          • Atc-tutorial
        • Language
        • Representation
        • Transformation-tools
        • Insertion-sort
        • Pack
      • Farray
      • Rp-rewriter
      • Instant-runoff-voting
      • Imp-language
      • Sidekick
      • Leftist-trees
      • Java
      • Taspi
      • Riscv
      • Bitcoin
      • Des
      • Ethereum
      • X86isa
      • Sha-2
      • Yul
      • Zcash
      • Proof-checker-itp13
      • Regex
      • ACL2-programming-language
      • Json
      • Jfkr
      • Equational
      • Cryptography
      • Poseidon
      • Where-do-i-place-my-book
      • Axe
      • Aleo
      • Bigmems
      • Builtins
      • Execloader
      • Solidity
      • Paco
      • Concurrent-programs
      • Bls12-377-curves
    • Debugging
    • Std
    • Community
    • Proof-automation
    • ACL2
    • Macro-libraries
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • Math
    • Testing-utilities
  • Defstruct-implementation

Defstruct-info-option

Fixtype of optional information about shallowly embedded C structures.

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

Subtopics

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