Advertisement
Tysonzero

error

Oct 17th, 2018
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. src/Data/Diff.hs:118:10: error:
  2. • Could not deduce (Flat (V2 (Maybe (Diff a))))
  3. arising from a use of ‘Data.Flat.Class.$dmencode’
  4. from the context: Flat (Diff a)
  5. bound by the instance declaration at src/Data/Diff.hs:118:10-44
  6. • In the expression: Data.Flat.Class.$dmencode @Diff (V2 a)
  7. In an equation for ‘encode’:
  8. encode = Data.Flat.Class.$dmencode @Diff (V2 a)
  9. In the instance declaration for ‘Flat (Diff (V2 a))’
  10.  
  11. src/Data/Diff.hs:118:10: error:
  12. • Could not deduce (Flat (V2 (Maybe (Diff a))))
  13. arising from a use of ‘Data.Flat.Class.$dmdecode’
  14. from the context: Flat (Diff a)
  15. bound by the instance declaration at src/Data/Diff.hs:118:10-44
  16. • In the expression: Data.Flat.Class.$dmdecode @Diff (V2 a)
  17. In an equation for ‘decode’:
  18. decode = Data.Flat.Class.$dmdecode @Diff (V2 a)
  19. In the instance declaration for ‘Flat (Diff (V2 a))’
  20.  
  21. src/Data/Diff.hs:118:10: error:
  22. • Could not deduce (Flat (V2 (Maybe (Diff a))))
  23. arising from a use of ‘Data.Flat.Class.$dmsize’
  24. from the context: Flat (Diff a)
  25. bound by the instance declaration at src/Data/Diff.hs:118:10-44
  26. • In the expression: Data.Flat.Class.$dmsize @Diff (V2 a)
  27. In an equation for ‘size’:
  28. size = Data.Flat.Class.$dmsize @Diff (V2 a)
  29. In the instance declaration for ‘Flat (Diff (V2 a))’
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement