Advertisement
Guest User

Untitled

a guest
Mar 18th, 2021
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. src/Course/List.hs:662:10: error:
  2. • Illegal equational constraint a ~ Char
  3. (Use GADTs or TypeFamilies to permit this)
  4. • In the instance declaration for ‘IsString (List a)’
  5. |
  6. 662 | instance (a ~ Char) => IsString (List a) where
  7. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8. Failed, four modules loaded.
  9.  
  10. <no location info>: error:
  11. Could not find module ‘Test.Loader’
  12. It is not a module in the current program, or in any known package.
  13. Loaded GHCi configuration from /home/fernando/Coding/Haskell/fp-course/.ghci
  14. Loaded GHCi configuration from /tmp/haskell-stack-ghci/2a3bbd58/ghci-script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement