mirror of
https://github.com/github/semantic.git
synced 2024-12-22 06:11:49 +03:00
📝 AbstractValue.
This commit is contained in:
parent
ecdca89393
commit
09ed71177c
@ -81,6 +81,7 @@ class ValueRoots l v | v -> l where
|
||||
-- | Compute the set of addresses rooted by a given value.
|
||||
valueRoots :: v -> Live l v
|
||||
|
||||
-- | An interface for constructing abstract values.
|
||||
class AbstractValue v where
|
||||
unit :: v
|
||||
integer :: Prelude.Integer -> v
|
||||
|
Loading…
Reference in New Issue
Block a user