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:
parent
924e0d0129
commit
29b117033b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user