mirror of
https://github.com/github/semantic.git
synced 2024-12-22 06:11:49 +03:00
📝 valueRoots.
This commit is contained in:
parent
100bfdcfcd
commit
ecdca89393
@ -78,6 +78,7 @@ type family LocationFor value :: * where
|
||||
|
||||
-- | Value types, e.g. closures, which can root a set of addresses.
|
||||
class ValueRoots l v | v -> l where
|
||||
-- | Compute the set of addresses rooted by a given value.
|
||||
valueRoots :: v -> Live l v
|
||||
|
||||
class AbstractValue v where
|
||||
|
Loading…
Reference in New Issue
Block a user