1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 23:42:31 +03:00

Stub in a module for syntax algebras.

This commit is contained in:
Rob Rix 2017-05-19 09:13:03 -04:00
parent 40b0c2189d
commit 6d2e115da7
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ library
, Data.Mergeable.Generic
, Data.Record
, Data.Syntax
, Data.Syntax.Algebra
, Data.Syntax.Assignment
, Data.Syntax.Comment
, Data.Syntax.Declaration

View File

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