Created
August 11, 2016 21:44
-
-
Save Wizek/335d1652f5b0c4d99fa933085b2690ad to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<interactive>:121:67: error: | |
• No instance for (Typeable int) | |
arising from a use of ‘fromDynamic’ | |
• In the first argument of ‘(.>)’, namely | |
‘(fromDynamic :: Dynamic -> Maybe ((Int, int), Int -> Int -> Int))’ | |
In the expression: | |
((fromDynamic :: Dynamic -> Maybe ((Int, int), Int -> Int -> Int)) | |
.> fmap (\ ((a, b), f) -> f a b)) | |
In the second argument of ‘map’, namely | |
‘[((fromDynamic :: | |
Dynamic -> Maybe ((Int, int), Int -> Int -> Int)) | |
.> fmap (\ ((a, b), f) -> f a b)), | |
(fromDynamic .> fmap (\ ((a), f) -> f a))]’ | |
<interactive>:121:166: error: | |
• No instance for (Typeable t0) arising from a use of ‘fromDynamic’ | |
• In the first argument of ‘(.>)’, namely ‘fromDynamic’ | |
In the expression: (fromDynamic .> fmap (\ ((a), f) -> f a)) | |
In the second argument of ‘map’, namely | |
‘[((fromDynamic :: | |
Dynamic -> Maybe ((Int, int), Int -> Int -> Int)) | |
.> fmap (\ ((a, b), f) -> f a b)), | |
(fromDynamic .> fmap (\ ((a), f) -> f a))]’ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment