1
1
mirror of https://github.com/github/semantic.git synced 2025-01-02 20:41:38 +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) deriving (Eq, Show)
-- | An entry in a table of contents.
data Entry a data Entry a
= Unchanged a = Unchanged a
| Changed (Either a (Patch a)) | Changed (Either a (Patch a))