-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial Generics implementation (really basic) #166
base: main
Are you sure you want to change the base?
Conversation
Add TypeName to AST
Benchmarking factorialCompiling factorial (factorial.con) Benchmarking fibCompiling fib (fib.con) |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #166 +/- ##
==========================================
- Coverage 64.12% 62.99% -1.13%
==========================================
Files 21 21
Lines 4989 4970 -19
==========================================
- Hits 3199 3131 -68
- Misses 1790 1839 +49 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments
depends on #164
Fixes #168