Guest User

Untitled

a guest
Feb 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. testSpec.hs:785:11: error:
  2. * Couldn't match type `my-model-0.0.0:Types.Ids.MyId'
  3. with `MyId'
  4. NB: `MyId'
  5. is defined in `Types.Ids' in package `my-model-0.0.0'
  6. `my-model-0.0.0:Types.Ids.MyId'
  7. is defined in `Types.Ids' in package `my-model-0.0.0'
  8. Expected type: UserId
  9. Actual type: my-model-0.0.0:Types.Ids.MyId
  10. * In the expression: makeId "19186adb-26e5-4901-956c-f3ba11fc016d"
  11. In an equation for `userId':
  12. userId = makeId "19186adb-26e5-4901-956c-f3ba11fc016d"
  13. |
  14. 785 | userId = makeId "19186adb-26e5-4901-956c-f3ba11fc016d"
  15. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Add Comment
Please, Sign In to add comment