• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
      • Vwsim
      • Isar
      • Pfcs
      • Wp-gen
      • Dimacs-reader
      • Legacy-defrstobj
      • Proof-checker-array
      • Soft
      • C
      • Farray
      • Rp-rewriter
      • Riscv
      • Instant-runoff-voting
      • Imp-language
      • Sidekick
      • Leftist-trees
      • Java
      • Taspi
      • 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
        • Aleobft
          • Correctness
          • Definition
            • Initialization
            • Transitions
            • States
              • Committees
                • Max-faulty-for-total
                • Bonded-committee-at-round
                • Committee-members-stake
                • Active-committee-at-round
                • Update-committee-with-transaction
                • Committee-quorum-stake
                • Lookback
                • Committee-option
                  • Committee-option-fix
                  • Committee-option-equiv
                  • Committee-option-case
                  • Committee-option-some
                  • Committee-option-none
                  • Committee-optionp
                • Update-committee-with-transaction-list
                • Committee-after-blocks
                • Same-bonded-committees-p
                • Same-active-committees-p
                • Committee
                • Committee-member-stake
                • Committee-total-stake
                • Committee-max-faulty-stake
                • Committee-nonemptyp
                • Committee-members
                • Address-pos-map
                • Genesis-committee
              • System-states
              • Certificates
              • Messages
              • Transactions
              • Proposals
              • Validator-states
              • Blocks
              • Addresses
            • Events
            • Reachability
          • Library-extensions
        • Aleovm
        • Leo
      • Bigmems
      • Builtins
      • Execloader
      • Solidity
      • Paco
      • Concurrent-programs
      • Bls12-377-curves
    • Debugging
    • Std
    • Community
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • Math
    • Testing-utilities
  • Committees

Committee-option

Fixtype of optional committees.

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

Subtopics

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