1
1
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:
Rob Rix 2015-11-17 16:25:39 -08:00
parent 5438acf1fb
commit b4450e038e
2 changed files with 2 additions and 0 deletions

View File

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

@ -0,0 +1 @@
module Interpreter where