1
1
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:
Rob Rix 2018-05-18 10:11:19 -04:00
parent 52aaa31e73
commit 077335784a
2 changed files with 2 additions and 0 deletions

View File

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

View File

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