1
1
mirror of https://github.com/github/semantic.git synced 2024-11-25 11:04:00 +03:00

Stub in a file for Element.

This commit is contained in:
Rob Rix 2019-09-24 14:06:06 -04:00
parent 7292f85cf8
commit ee5d1b0a3f
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7
2 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,7 @@ tested-with: GHC == 8.6.5
library
exposed-modules:
AST.Element
Tags.Tag
Tags.Taggable.Precise
-- other-modules:

View File

@ -0,0 +1,2 @@
module AST.Element
() where