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 40 million developers.
Sign up- London, United Kingdom
- http://kcsongor.github.io
Popular repositories
267 contributions in the last year
Activity overview
Contributed to
kcsongor/generic-lens,
kcsongor/typelevel-prelude,
kcsongor/kcsongor.github.io
and 5 other
repositories
Contribution activity
February 2020
- kcsongor/optics Haskell
Created a pull request in commercialhaskell/stackage that received 2 comments
Add generic-optics and generic-lens-core
Checklist:
Meaningful commit message, eg add my-cool-package (please not mention build-constraints.yml)
At least 30 minutes have passed since…
+3
−1
•
2
comments
Created an issue in agda/agda that received 8 comments
Inconsistent inferred universe in data constructor
The following code is accepted (I tested on 2.6.1-0895178):
data M : Set where
m : (I : _) → (I → M) → M -- inferred
-- m : (I : Set) → (I → M) → M
…
8
comments