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

🔥 FrameId.

This commit is contained in:
Rob Rix 2019-11-05 12:00:32 -05:00
parent 56b30e4793
commit f8c26e72d3
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -39,9 +39,6 @@ import qualified System.Path as Path
type Precise = Int
type Env = Map.Map Name Precise
newtype FrameId = FrameId { unFrameId :: Precise }
deriving (Eq, Ord, Show)
data Concrete term
= Closure Path.AbsRelFile Span Name term Env
| Unit