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

📝 AbstractValue.

This commit is contained in:
Rob Rix 2017-12-21 09:48:22 -05:00
parent ecdca89393
commit 09ed71177c

View File

@ -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