Last active
April 16, 2019 00:19
-
-
Save louisswarren/e104ece5c477f6a88c0eb7de6e7e62c0 to your computer and use it in GitHub Desktop.
Surprising behaviour
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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