Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upHighlights
- Arctic Code Vault Contributor
Popular repositories
11 contributions in the last year
Contribution activity
May - August 2020
Soares has no activity
yet for this period.
April 2020
Created an issue in agda/agda that received 3 comments
Merge termination and positivity checker [Simple induction that the positivity checker rejects when it's defined using records]
Consider the following code: open import Agda.Primitive using (lsuc; lzero) module Main where data Nat : Set where zero : Nat succ : Nat -> Nat -- …
3
comments