1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 08:25:19 +03:00

🔥 Frame.

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

View File

@ -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