mirror of
https://github.com/github/semantic.git
synced 2024-11-28 01:47:01 +03:00
Stub in a module for primitives.
This commit is contained in:
parent
52aaa31e73
commit
077335784a
@ -42,6 +42,7 @@ library
|
||||
, Control.Abstract.Heap
|
||||
, Control.Abstract.Matching
|
||||
, Control.Abstract.Modules
|
||||
, Control.Abstract.Primitive
|
||||
, Control.Abstract.Roots
|
||||
, Control.Abstract.TermEvaluator
|
||||
, Control.Abstract.Value
|
||||
|
1
src/Control/Abstract/Primitive.hs
Normal file
1
src/Control/Abstract/Primitive.hs
Normal file
@ -0,0 +1 @@
|
||||
module Control.Abstract.Primitive where
|
Loading…
Reference in New Issue
Block a user