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:
parent
4b913f9e41
commit
fb12fc3a29
@ -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
1
src/Semantic/REPL.hs
Normal file
@ -0,0 +1 @@
|
||||
module Semantic.REPL where
|
Loading…
Reference in New Issue
Block a user