mirror of
https://github.com/github/semantic.git
synced 2024-11-28 10:15:55 +03:00
Info is Equatable.
This commit is contained in:
parent
da5807180a
commit
09d10875c3
@ -11,6 +11,7 @@ import Patch
|
||||
data Range = Range { start :: Int, end :: Int }
|
||||
|
||||
data Info = Info -- Range [String]
|
||||
deriving Eq
|
||||
|
||||
type Term a annotation = Cofree (Syntax a) annotation
|
||||
type Diff a = Free (Syntax a) (Patch (Term a Info))
|
||||
|
Loading…
Reference in New Issue
Block a user