Created
August 25, 2022 05:37
-
-
Save dmjio/919cf935b7e365cc427ff90e30641d9f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> natVal (Proxy :: Proxy (10 * 10)) | |
<interactive>:280:25-31: error: | |
• Expected kind ‘* -> Natural -> k0’, but ‘10’ has kind ‘Natural’ | |
• In the first argument of ‘Proxy’, namely ‘(10 (*) 10)’ | |
In an expression type signature: Proxy (10 (*) 10) | |
In the first argument of ‘natVal’, namely | |
‘(Proxy :: Proxy (10 (*) 10))’ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment