mirror of
https://github.com/github/semantic.git
synced 2024-12-25 07:55:12 +03:00
Stub in a module for syntax algebras.
This commit is contained in:
parent
40b0c2189d
commit
6d2e115da7
@ -30,6 +30,7 @@ library
|
||||
, Data.Mergeable.Generic
|
||||
, Data.Record
|
||||
, Data.Syntax
|
||||
, Data.Syntax.Algebra
|
||||
, Data.Syntax.Assignment
|
||||
, Data.Syntax.Comment
|
||||
, Data.Syntax.Declaration
|
||||
|
1
src/Data/Syntax/Algebra.hs
Normal file
1
src/Data/Syntax/Algebra.hs
Normal file
@ -0,0 +1 @@
|
||||
module Data.Syntax.Algebra where
|
Loading…
Reference in New Issue
Block a user