mirror of
https://github.com/github/semantic.git
synced 2024-12-23 06:41:45 +03:00
Define a Live set newtype.
This commit is contained in:
parent
37b44b513b
commit
7c3eb5cfda
@ -1 +1,6 @@
|
|||||||
module Data.Abstract.Live where
|
module Data.Abstract.Live where
|
||||||
|
|
||||||
|
import Data.Abstract.Address
|
||||||
|
import Data.Set as Set
|
||||||
|
|
||||||
|
newtype Live l v = Live { unLive :: Set (Address l v) }
|
||||||
|
Loading…
Reference in New Issue
Block a user