mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
Derive an NFData instance for Verbatim.
This commit is contained in:
parent
f10c0b305d
commit
643e37477f
@ -82,7 +82,7 @@ testDiff renderer paths diff matcher = do
|
||||
sourceBlobs sources = pure S.SourceBlob <*> sources <*> pure mempty <*> paths <*> pure (Just S.defaultPlainBlob)
|
||||
|
||||
newtype Verbatim = Verbatim Text
|
||||
deriving Eq
|
||||
deriving (Eq, NFData)
|
||||
|
||||
instance Show Verbatim where
|
||||
showsPrec _ (Verbatim text) = (T.unpack text ++)
|
||||
|
Loading…
Reference in New Issue
Block a user