Skip to content

Instantly share code, notes, and snippets.

@louisswarren
Last active April 16, 2019 00:19
Show Gist options
  • Save louisswarren/e104ece5c477f6a88c0eb7de6e7e62c0 to your computer and use it in GitHub Desktop.
Save louisswarren/e104ece5c477f6a88c0eb7de6e7e62c0 to your computer and use it in GitHub Desktop.
Surprising behaviour
data ⊥ : Set where
hmm : ∀ α → ⊥
-- Agda infers that
-- α : ⊥
-- because that's only way this could be provable?
hmm α = α
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment