mirror of
https://github.com/github/semantic.git
synced 2024-11-28 01:47:01 +03:00
Stub in a module for term evaluators.
This commit is contained in:
parent
4c712abf83
commit
70c28fa288
@ -44,6 +44,7 @@ library
|
||||
, Control.Abstract.Matching
|
||||
, Control.Abstract.Modules
|
||||
, Control.Abstract.Roots
|
||||
, Control.Abstract.TermEvaluator
|
||||
, Control.Abstract.Value
|
||||
-- Datatypes for abstract interpretation
|
||||
, Data.Abstract.Address
|
||||
|
1
src/Control/Abstract/TermEvaluator.hs
Normal file
1
src/Control/Abstract/TermEvaluator.hs
Normal file
@ -0,0 +1 @@
|
||||
module Control.Abstract.TermEvaluator where
|
Loading…
Reference in New Issue
Block a user