Skip to content

Instantly share code, notes, and snippets.

@spockz
Created September 29, 2010 13:16
Show Gist options
  • Save spockz/602728 to your computer and use it in GitHub Desktop.
Save spockz/602728 to your computer and use it in GitHub Desktop.
n-suc : (m n : ℕ) → m ≡ n → suc m ≡ suc n
n-suc p = cong suc p
>>
/Users/alessandrovermeulen/Documents/Uni/dtp/Assignment1.agda:250,22-23
ℕ !=< (_630 p ≡ _631 p) of type Set
when checking that the expression p has type _630 p ≡ _631 p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment