1
1
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:
Rob Rix 2017-03-26 15:30:33 -04:00
parent 779256e934
commit 0d969f682c
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ library
, Data.RandomWalkSimilarity
, Data.Record
, Data.Syntax
, Data.Syntax.Literal
, Data.Text.Listable
, Diff
, DiffCommand

View File

@ -0,0 +1 @@
module Data.Syntax.Literal where