Idris2Doc : Data.Rel.Complement

Data.Rel.Complement

Definitions

complement : Relts->Relts
  The logical complement of a relation.

Totality: total
Visibility: public export
notToComplement : (p : Relts) -> (elems : HVectts) ->Not (uncurrypelems) =uncurry (complementp) elems
  The negation of a relation for some elements
is equal to the complement of the relation.

Totality: total
Visibility: public export