Idris2Doc : Theory.General

Theory.General

(source)
A module with general theoremss

Definitions

revEq : a=b->b=a
  Equality is symmetric

Totality: total
Visibility: export
exfalso : Void->a
  From falsehood, anything follows
a.k.a the principle of explosion

Totality: total
Visibility: export