1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 16:02:43 +03:00

Stub in a Scope module.

This commit is contained in:
Rob Rix 2019-07-15 10:43:10 -04:00
parent 50db4efa0c
commit cecddcadd0
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7
2 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,7 @@ library
, Data.File
, Data.Loc
, Data.Name
, Data.Scope
, Data.Stack
-- other-modules:
-- other-extensions:

View File

@ -0,0 +1,2 @@
module Data.Scope
() where