daml/ghc-lib
Moritz Kiefer 75c9b1bf91
Simplify template desugaring (#3670)
* Introduce a simpler template desugaring without support for generic templates

This adapts the LF conversion to the new template desugaring
introduced in our GHC fork. The guiding principle is that we use the
typeclasses directly to avoid generating, typechecking and converting
redundant code caused by indirections. I updated the template
desugaring documentation so that is probably a good starting point for
reviewing this.

* Address review comments

* Fix daml doc tests

* Fix data dependency tests

* Switch to new ghc-lib release
2019-11-29 16:13:15 +01:00
..
ci/jenkins update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
template-desugaring.md Simplify template desugaring (#3670) 2019-11-29 16:13:15 +01:00
working-on-ghc-lib.md Document how to iterate on changes to template desugaring (#3663) 2019-11-28 16:33:24 +01:00