Commit 8c7cc69
committed
Change Logger datatype into a newtype.
This changes Control.Monad.Logger.Logger from a datatype to a newtype.
Since newtypes disappear at runtime, this should produce an (extremely)
minor speedup.1 parent 6587019 commit 8c7cc69
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments