Guest User

Untitled

a guest
Oct 19th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. $(singletons [d|
  2. data EventScans
  3. = PassThrough
  4. | SuiteProgress
  5.  
  6. -- cn :: EventScans -> [Char]
  7. cn PassThrough = "all-events"
  8. cn SuiteProgress = "suite-progress"
  9. |])
  10.  
  11. * Expected kind `[Char]', but `"all-events"' has kind `Symbol'
  12. * In the type `"all-events"'
  13. In the type family declaration for `Cn' (haskell-stack-ghc)
Add Comment
Please, Sign In to add comment