1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00

Add a module for a live set.

This commit is contained in:
Rob Rix 2017-12-01 13:57:15 -05:00
parent 05b35cd747
commit 37b44b513b
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@ library
, Data.Abstract.Environment
, Data.Abstract.Eval
, Data.Abstract.FreeVariables
, Data.Abstract.Live
, Data.Abstract.Store
, Data.Abstract.Type
, Data.Abstract.Value

View File

@ -0,0 +1 @@
module Data.Abstract.Live where