1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00

Reformat TOCSummary a bit further.

This commit is contained in:
Rob Rix 2017-05-09 11:13:17 -04:00
parent c08bfe5e07
commit d38b76f554

View File

@ -38,11 +38,10 @@ data DiffInfo = DiffInfo
}
deriving (Eq, Show)
data TOCSummary a
= TOCSummary
{ summaryPatch :: Patch a
, parentInfo :: Maybe Summarizable
}
data TOCSummary a = TOCSummary
{ summaryPatch :: Patch a
, parentInfo :: Maybe Summarizable
}
deriving (Eq, Functor, Show, Generic)
data Summarizable