TermResults should derive from Show

This commit is contained in:
Joshua Clayton 2016-05-03 05:19:48 -04:00
parent e64db21f9e
commit 30b00225f4

View File

@ -22,7 +22,7 @@ data TermResults = TermResults
{ matches :: [TermMatch]
, totalFiles :: Int
, totalOccurrences :: Int
}
} deriving Show
type TermMatchSet = Map.Map String TermResults