mirror of
https://github.com/github/semantic.git
synced 2024-12-24 15:35:14 +03:00
Stub in a module for abstract value semantics.
This commit is contained in:
parent
5100670e72
commit
de7ac163d6
@ -66,6 +66,7 @@ library
|
||||
, Data.Abstract.Path
|
||||
, Data.Abstract.Ref
|
||||
, Data.Abstract.Type
|
||||
, Data.Abstract.Value.Abstract
|
||||
, Data.Abstract.Value.Concrete
|
||||
-- General datatype definitions & generic algorithms
|
||||
, Data.Algebra
|
||||
|
1
src/Data/Abstract/Value/Abstract.hs
Normal file
1
src/Data/Abstract/Value/Abstract.hs
Normal file
@ -0,0 +1 @@
|
||||
module Data.Abstract.Value.Abstract where
|
Loading…
Reference in New Issue
Block a user