mirror of
https://github.com/github/semantic.git
synced 2024-12-01 00:33:59 +03:00
Stub in a module for the MonadAnalysis interface.
This commit is contained in:
parent
3e89b76015
commit
f8fea56c6f
@ -31,6 +31,7 @@ library
|
|||||||
, Assigning.Assignment.Table
|
, Assigning.Assignment.Table
|
||||||
-- Control structures & interfaces for abstract interpretation
|
-- Control structures & interfaces for abstract interpretation
|
||||||
, Control.Abstract.Addressable
|
, Control.Abstract.Addressable
|
||||||
|
, Control.Abstract.Analysis
|
||||||
, Control.Abstract.Evaluator
|
, Control.Abstract.Evaluator
|
||||||
, Control.Abstract.Function
|
, Control.Abstract.Function
|
||||||
-- Control flow
|
-- Control flow
|
||||||
|
1
src/Control/Abstract/Analysis.hs
Normal file
1
src/Control/Abstract/Analysis.hs
Normal file
@ -0,0 +1 @@
|
|||||||
|
module Control.Abstract.Analysis where
|
Loading…
Reference in New Issue
Block a user