Highlights
- Pro
Popular repositories
1,002 contributions in the last year
Less
More
Activity overview
Contributed to
Gabriel439/grace,
dhall-lang/dhall-haskell,
dhall-lang/dhall-lang
and 5 other
repositories
Contribution activity
September 2021
Created 4 commits in 2 repositories
Opened 2 pull requests in 1 repository
Gabriel439/Haskell-Optparse-Generic-Library
2
merged
Reviewed 1 pull request in 1 repository
dhall-lang/dhall-haskell
1 pull request
Created an issue in fourmolu/fourmolu that received 2 comments
Internal error when formatting infix data kind
The following code: {-# LANGUAGE DataKinds #-} {-# LANGUAGE TypeOperators #-} data List a = Cons a (List a) | Nil type Example = 1 '`Cons` 'Nil … i…
2
comments