Module ops_mel::bool

source ·

Modules

Functions

  • Makes and ⋀ binary operation on bool
  • Return whether a is equal to b
  • Makes not ¬ binary operation on bool
  • Return whether a is different b
  • Makes or ⋁ binary operation on bool
  • Makes xor ⊕ binary operation on bool