mirror of
https://github.com/github/semantic.git
synced 2024-12-01 09:15:01 +03:00
8e1ca410bb
Prefixes on data constructors are generally an antipattern in Haskell: if you're concerned about name collisions, have clients use qualified imports for whatever modules they need. As such, this removes the T- prefixes from the `Token` and `Context` types. This also renames Context to Scope, which is a more exact and readable name. |
||
---|---|---|
.. | ||
Analysis | ||
Assigning/Assignment | ||
Control | ||
Data | ||
Diffing | ||
fixtures | ||
Graphing/Calls | ||
Integration | ||
Matching/Go | ||
Numeric | ||
Proto3 | ||
Rendering/TOC | ||
Reprinting | ||
Semantic | ||
Test/Hspec | ||
Doctests.hs | ||
Lint.hs | ||
Spec.hs | ||
SpecHelpers.hs |