mirror of
https://github.com/github/semantic.git
synced 2024-12-01 09:15:01 +03:00
Define an Output instance for ByteString.
This commit is contained in:
parent
ab2c1a7cd3
commit
5da9f90532
@ -4,3 +4,6 @@ import Prologue
|
||||
|
||||
class Monoid o => Output o where
|
||||
toOutput :: o -> ByteString
|
||||
|
||||
instance Output ByteString where
|
||||
toOutput s = s
|
||||
|
Loading…
Reference in New Issue
Block a user