1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 17:04:47 +03:00

Stub in a module for a parse effect.

This commit is contained in:
Rob Rix 2019-09-30 14:25:51 -04:00
parent fb1e99e6a7
commit 1dbc84d122
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7
2 changed files with 3 additions and 0 deletions

View File

@ -253,6 +253,7 @@ library
, Semantic.Git
, Semantic.Graph
, Semantic.IO
, Semantic.Parse
, Semantic.REPL
, Semantic.Resolution
, Semantic.Task

2
src/Semantic/Parse.hs Normal file
View File

@ -0,0 +1,2 @@
module Semantic.Parse
() where