mirror of
https://github.com/github/semantic.git
synced 2024-12-18 04:11:48 +03:00
Stub in a module for the Hole address type.
This commit is contained in:
parent
669834ad88
commit
16964350b0
@ -48,6 +48,7 @@ library
|
||||
, Control.Abstract.TermEvaluator
|
||||
, Control.Abstract.Value
|
||||
-- Datatypes for abstract interpretation
|
||||
, Data.Abstract.Address.Hole
|
||||
, Data.Abstract.Address.Located
|
||||
, Data.Abstract.Address.Monovariant
|
||||
, Data.Abstract.Address.Precise
|
||||
|
1
src/Data/Abstract/Address/Hole.hs
Normal file
1
src/Data/Abstract/Address/Hole.hs
Normal file
@ -0,0 +1 @@
|
||||
module Data.Abstract.Address.Hole where
|
Loading…
Reference in New Issue
Block a user