1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

This is Text, now.

This commit is contained in:
Rob Rix 2016-05-30 12:40:41 -04:00
parent 7fe5be7fe2
commit 46b43c63e9

View File

@ -84,4 +84,4 @@ newtype Verbatim = Verbatim Text
deriving Eq
instance Show Verbatim where
showsPrec _ (Verbatim string) = (T.unpack string ++)
showsPrec _ (Verbatim text) = (T.unpack text ++)