1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00

📝 ValueRoots.

This commit is contained in:
Rob Rix 2017-12-21 09:46:50 -05:00
parent 597914a902
commit 100bfdcfcd

View File

@ -76,6 +76,7 @@ type family LocationFor value :: * where
LocationFor Type.Type = Monovariant
-- | Value types, e.g. closures, which can root a set of addresses.
class ValueRoots l v | v -> l where
valueRoots :: v -> Live l v