mirror of
https://github.com/github/semantic.git
synced 2024-11-28 01:47:01 +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
|
||||
-- Control structures & interfaces for abstract interpretation
|
||||
, Control.Abstract.Addressable
|
||||
, Control.Abstract.Analysis
|
||||
, Control.Abstract.Evaluator
|
||||
, Control.Abstract.Function
|
||||
-- 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