Created
August 4, 2018 15:47
-
-
Save joshcough/9b9f755ecda8d0f3a722dd883dd476ac 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
path :: [Text] -> Traversal' Value Value | |
path = alaf Endo foldMap key | |
• Couldn't match type ‘Maybe Value’ with ‘Value’ | |
Expected type: [Text] -> (Value -> f Value) -> Value -> f Value | |
Actual type: [Text] | |
-> Unwrapped (Endo (Maybe Value -> f (Maybe Value))) | |
• In the expression: alaf Endo foldMap key | |
In an equation for ‘path’: path = alaf Endo foldMap key | |
| | |
139 | path = alaf Endo foldMap key | |
| ^^^^^^^^^^^^^^^^^^^^^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment