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:
parent
9e5d0db61d
commit
933f135eae
@ -37,7 +37,9 @@ common haskell
|
||||
|
||||
library
|
||||
import: haskell
|
||||
exposed-modules: Marshal.JSON
|
||||
exposed-modules:
|
||||
AST.Traversable1
|
||||
Marshal.JSON
|
||||
|
||||
|
||||
-- other-modules:
|
||||
|
2
semantic-ast/src/AST/Traversable1.hs
Normal file
2
semantic-ast/src/AST/Traversable1.hs
Normal file
@ -0,0 +1,2 @@
|
||||
module AST.Traversable1
|
||||
() where
|
Loading…
Reference in New Issue
Block a user