Skip to content

Instantly share code, notes, and snippets.

@megalithic
Last active October 19, 2018 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save megalithic/e0fa27bbde4d5e490f5057193f753ede to your computer and use it in GitHub Desktop.
Save megalithic/e0fa27bbde4d5e490f5057193f753ede to your computer and use it in GitHub Desktop.
compilation output from Index.elm
The argument to function `map` is causing a mismatch.
51| Task.map initModel
^^^^^^^^^
Function `map` is expecting the argument to be:
a
-> { appConfig : Config.Config
, confirmationModal : Components.ConfirmationModal.Model
, jwt : UserJwt
, requestedDeleteUserId : Maybe a1
}
But it is:
{ appConfig : Config.Config
, confirmationModal : Components.ConfirmationModal.Model
, jwt : UserJwt
, requestedDeleteUserId : Maybe a1
}
Hint: It looks like a function needs 1 more argument.
Detected errors in 1 module.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment