1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 07:55:12 +03:00

Stub in a module for type syntax.

This commit is contained in:
Rob Rix 2017-03-29 16:23:02 -04:00
parent 3632215e56
commit 8bbdd4ad0f
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ library
, Data.Syntax.Expression
, Data.Syntax.Literal
, Data.Syntax.Statement
, Data.Syntax.Type
, Data.Text.Listable
, Diff
, DiffCommand

1
src/Data/Syntax/Type.hs Normal file
View File

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