This website requires JavaScript.
Explore
Help
Sign In
github
/
semantic
Watch
1
Star
1
Fork
0
You've already forked semantic
mirror of
https://github.com/github/semantic.git
synced
2024-11-28 01:47:01 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
c688f580f7
semantic
/
test
/
fixtures
/
haskell
/
corpus
/
module-declaration2.diffA-B.txt
5 lines
68 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Assign module exports including: - Constructor Operators - Type Operators - Variable Operators - Module Exports (exporting a module) - Constructor Symbols - Variable Symbols - Qualified Module Identifiers
2018-06-08 00:17:39 +03:00
(Module
Be explicit about each identifier type I went through a lot of trouble to make every identifier parsed in `tree-sitter-haskell` as accurate as possible (i.e. type variable identifier vs constructor identifier vs type class identifier). This enables us to keep those distinctions with assignment at the cost of adding more constructors.
2018-06-08 22:05:17 +03:00
{ (ModuleIdentifier)
->(ModuleIdentifier) }
Assign module exports including: - Constructor Operators - Type Operators - Variable Operators - Module Exports (exporting a module) - Constructor Symbols - Variable Symbols - Qualified Module Identifiers
2018-06-08 00:17:39 +03:00
(Statements))
Reference in New Issue
Copy Permalink