snoyberg / monad-logger

A class of monads which can log messages
MIT License
37 stars 22 forks source link

Export LogLine type synonym #6

Closed mbwgh closed 4 years ago

mbwgh commented 6 years ago

If the symbol is not exported, you have to look at the source to see what you are working with.

The same applies to DList, which is visible from unWriterLoggingT, but this would clash with the dlist package.

dzhus commented 5 years ago

@mbwgh Could you rebase again please so that it could be merged maybe? 0.3.30 is now taken apparently :)