{- Two things being equal is also a proposition -} -- FalseToTrue : ⊥ → ⊤ -- FalseToTrue = λ x → trivial -- FalseToTrue' : ⊥ → ⊤ -- FalseToTrue' ()