Skip to content

Commit

Permalink
Add type parameter a to loggerConfig type signature
Browse files Browse the repository at this point in the history
Add type parameter `a` to loggerConfig type signature. See issue iosphere#2 for more details.
  • Loading branch information
jpierson authored Feb 13, 2018
1 parent cba2c89 commit 1c9a1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ single functions. See the following template for an example:

import Logger

loggerConfig : Logger.Config
loggerConfig : Logger.Config a
loggerConfig =
Logger.defaultConfig Logger.Info

Expand Down

0 comments on commit 1c9a1b3

Please sign in to comment.