mirror of
https://github.com/github/semantic.git
synced 2024-11-27 12:57:49 +03:00
Stub in a file for Interpreter.
This commit is contained in:
parent
5438acf1fb
commit
b4450e038e
@ -17,6 +17,7 @@ library
|
||||
, Syntax
|
||||
, Operation
|
||||
, Algorithm
|
||||
, Interpreter
|
||||
build-depends: base >= 4.8 && < 5
|
||||
, containers
|
||||
, data-fix == 0.0.1
|
||||
|
1
src/Interpreter.hs
Normal file
1
src/Interpreter.hs
Normal file
@ -0,0 +1 @@
|
||||
module Interpreter where
|
Loading…
Reference in New Issue
Block a user