mirror of
https://github.com/github/semantic.git
synced 2024-12-26 08:25:19 +03:00
🔥 Frame.
This commit is contained in:
parent
98acd3adb7
commit
924e0d0129
@ -56,11 +56,6 @@ recordFrame :: Concrete term name -> Maybe (Env name)
|
||||
recordFrame (Record frame) = Just frame
|
||||
recordFrame _ = Nothing
|
||||
|
||||
newtype Frame name = Frame
|
||||
{ frameSlots :: Env name
|
||||
}
|
||||
deriving (Eq, Ord, Show)
|
||||
|
||||
type Heap term name = IntMap.IntMap (Concrete term name)
|
||||
|
||||
data Edge = Lexical | Import
|
||||
|
Loading…
Reference in New Issue
Block a user