Pinned
491 contributions in the last year
Less
More
Activity overview
Contribution activity
August 2021
Created 2 commits in 1 repository
Created a pull request in carp-lang/Carp that received 5 comments
fix: fix nested polymorphic types
This PR fixes an issue where polymorphic types defined in modules were not being emitted. To do so, we need to change the signatures of a few funct…
+117
−80
•
5
comments
Opened 1 other pull request in 1 repository
carp-lang/Carp
1
open
Reviewed 1 pull request in 1 repository
carp-lang/Carp
1 pull request
Created an issue in carp-lang/Carp that received 7 comments
Scoring: Another problem, scoring is incorrect for polymorphics in modules
When one defines a polymorphic type in a module, it is scored incorrectly. Here's an easy reproducible example: (defmodule Foo (deftype (Bar a) [it…
7
comments