Commit 32979492 authored by Toralf Wittner's avatar Toralf Wittner
Browse files

Rename 'set' to 'value'.

parent 38e684f1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@ newtype Msg = Msg
empty :: Msg
empty = Msg []

set :: ByteString -> Builder
set b = const $ Msg [b]
value :: ByteString -> Builder
value b = const $ Msg [b]

msg :: ByteString -> Builder
msg p (Msg m) = Msg (p:m)
+1 −1
Original line number Diff line number Diff line
name:                 tinylog
version:              0.2
version:              0.3
synopsis:             Simplistic logging using fast-logger.
author:               Toralf Wittner
maintainer:           Toralf Wittner <tw@dtex.org>