mirror of
https://github.com/github/semantic.git
synced 2024-12-30 18:36:27 +03:00
Not using this
This commit is contained in:
parent
a8b72a85db
commit
32d89acbbe
@ -94,7 +94,6 @@ class ValueRoots l v | v -> l where
|
||||
instance (FreeVariables term, Ord location) => ValueRoots location (Value location term) where
|
||||
valueRoots v
|
||||
| Just (Closure names body env) <- prj v = envRoots env (foldr Set.delete (freeVariables body) names)
|
||||
| Just (Interface _ env) <- prj v = envAll env
|
||||
| otherwise = mempty
|
||||
|
||||
instance ValueRoots Monovariant Type.Type where
|
||||
|
Loading…
Reference in New Issue
Block a user