1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 12:51:52 +03:00
semantic/test/fixtures/haskell/corpus/module-declaration4.diffA-B.txt
Rick Winfrey 5c0191378b Assign module exports including:
- Constructor Operators
- Type Operators
- Variable Operators
- Module Exports (exporting a module)
- Constructor Symbols
- Variable Symbols
- Qualified Module Identifiers
2018-06-07 14:17:39 -07:00

13 lines
221 B
Plaintext

(Module
(Identifier)
(Export
(TypeConstructorExport
(VariableOperator
{ (Identifier)
->(Identifier) })))
(Export
(VariableOperator
{ (Identifier)
->(Identifier) }))
(Statements))