mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
Stub in a module to hold types for literal syntax, e.g. array/string/object/hash/symbol/number literals.
This commit is contained in:
parent
779256e934
commit
0d969f682c
@ -27,6 +27,7 @@ library
|
||||
, Data.RandomWalkSimilarity
|
||||
, Data.Record
|
||||
, Data.Syntax
|
||||
, Data.Syntax.Literal
|
||||
, Data.Text.Listable
|
||||
, Diff
|
||||
, DiffCommand
|
||||
|
1
src/Data/Syntax/Literal.hs
Normal file
1
src/Data/Syntax/Literal.hs
Normal file
@ -0,0 +1 @@
|
||||
module Data.Syntax.Literal where
|
Loading…
Reference in New Issue
Block a user