1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Stub in a module for expression syntax.

This commit is contained in:
Rob Rix 2017-03-29 15:47:12 -04:00
parent 2558b4c3f1
commit 8e51ebff2d
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ library
, Data.Syntax
, Data.Syntax.Comment
, Data.Syntax.Declaration
, Data.Syntax.Expression
, Data.Syntax.Literal
, Data.Syntax.Statement
, Data.Text.Listable

View File

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