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

📝 Entry.

This commit is contained in:
Rob Rix 2017-05-10 10:24:43 -04:00
parent bc5b6acf04
commit d21c408af3

View File

@ -53,6 +53,7 @@ data Summarizable
}
deriving (Eq, Show)
-- | An entry in a table of contents.
data Entry a
= Unchanged a
| Changed (Either a (Patch a))