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

Define a Live set newtype.

This commit is contained in:
Rob Rix 2017-12-01 13:57:38 -05:00
parent 37b44b513b
commit 7c3eb5cfda

View File

@ -1 +1,6 @@
module Data.Abstract.Live where
import Data.Abstract.Address
import Data.Set as Set
newtype Live l v = Live { unLive :: Set (Address l v) }