mirror of
https://github.com/github/semantic.git
synced 2024-12-25 07:55:12 +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.Path
|
||||||
, Data.Abstract.Ref
|
, Data.Abstract.Ref
|
||||||
, Data.Abstract.Type
|
, Data.Abstract.Type
|
||||||
|
, Data.Abstract.Value.Abstract
|
||||||
, Data.Abstract.Value.Concrete
|
, Data.Abstract.Value.Concrete
|
||||||
-- General datatype definitions & generic algorithms
|
-- General datatype definitions & generic algorithms
|
||||||
, Data.Algebra
|
, 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