1
1
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:
Rob Rix 2018-03-01 14:57:45 -05:00
parent 3e89b76015
commit f8fea56c6f
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1 @@
module Control.Abstract.Analysis where