mirror of
https://github.com/google/ghc-source-gen.git
synced 2024-12-02 10:03:30 +03:00
b37db25dc0
Instead, export types from corresponding modules (e.g.: `HsExpr'` from `GHC.SourceGen.Expr`. Haddock does a decent job of wiring everything up the right way.
334 B
334 B
Changelog for haskell-syntax
0.2
- Improved comments for instances of `HasValBind'.
- Generalized
patBind
to anyHasValBind
so it can be used withlet'
andwhile'
. - Remove
GHC.SourceGen.Syntax
and export types from relevant modules (for example,HsType'
fromGHC.SourceGen.Type
).
0.1.0.0
Initial version.