1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +03:00

📝 Live.

This commit is contained in:
Rob Rix 2017-12-20 16:22:41 -05:00
parent 1e546234f2
commit 38baddc489

View File

@ -10,6 +10,7 @@ import Data.Set as Set
import GHC.Generics
import Unsafe.Coerce
-- | A set of live addresses (whether roots or reachable).
newtype Live l v = Live { unLive :: Set (Address l v) }
deriving (Eq, Foldable, Monoid, Ord, Semigroup, Show)