1
1
mirror of https://github.com/github/semantic.git synced 2024-12-27 17:05:33 +03:00

Stub in a module for Traversable1.

This commit is contained in:
Rob Rix 2020-02-04 13:23:26 -05:00
parent 9e5d0db61d
commit 933f135eae
No known key found for this signature in database
GPG Key ID: 2BE643E01DC032AE
2 changed files with 5 additions and 1 deletions

View File

@ -37,7 +37,9 @@ common haskell
library
import: haskell
exposed-modules: Marshal.JSON
exposed-modules:
AST.Traversable1
Marshal.JSON
-- other-modules:

View File

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