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
The polymorphic type of number literals (i.e. 1 :: Num a => a) gets in the way of type inference through the abstraction layer of HSPLType. We should either refactor the AST so that GHC can better infer these types or provide helper functions that handle the most common cases, such as increment and decrement, etc.
The text was updated successfully, but these errors were encountered:
The polymorphic type of number literals (i.e.
1 :: Num a => a
) gets in the way of type inference through the abstraction layer ofHSPLType
. We should either refactor the AST so that GHC can better infer these types or provide helper functions that handle the most common cases, such asincrement
anddecrement
, etc.The text was updated successfully, but these errors were encountered: