1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00

Move Edge down.

This commit is contained in:
Rob Rix 2019-11-05 11:29:05 -05:00
parent 924e0d0129
commit 29b117033b
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -58,9 +58,6 @@ recordFrame _ = Nothing
type Heap term name = IntMap.IntMap (Concrete term name)
data Edge = Lexical | Import
deriving (Eq, Ord, Show)
concrete
:: ( Foldable term
@ -210,3 +207,6 @@ data EdgeType term name
| Slot name
| Value (Concrete term name)
deriving (Eq, Ord, Show)
data Edge = Lexical | Import
deriving (Eq, Ord, Show)