You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this is issue is fixed by beta-reducing nat dependent lambdas in fromRise. The idea is that we should always have concrete data types when going to code generation and thus we can eliminate all data type variables.
Example:
More precisely, the pattern match in
fromRise
cannot not pass sinceTypeVariable
is not aBasicType
:This is closely related to rise-lang/rise#11.
The text was updated successfully, but these errors were encountered: