1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Stub in a REPL module.

Co-Authored-By: Ayman Nadeem <aymannadeem@gmail.com>
This commit is contained in:
Rob Rix 2018-08-01 10:54:57 -04:00
parent 4b913f9e41
commit fb12fc3a29
2 changed files with 2 additions and 0 deletions

View File

@ -160,6 +160,7 @@ library
, Semantic.Graph
, Semantic.IO
, Semantic.Parse
, Semantic.REPL
, Semantic.Resolution
, Semantic.Task
, Semantic.Telemetry

1
src/Semantic/REPL.hs Normal file
View File

@ -0,0 +1 @@
module Semantic.REPL where