mirror of
https://github.com/github/semantic.git
synced 2024-12-21 13:51:44 +03:00
📝 Entry.
This commit is contained in:
parent
bc5b6acf04
commit
d21c408af3
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user