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. |
||
---|---|---|
.. | ||
Spec.hs |