Hi Yotam,

welcome to GHC development! :)

I'll try to give you a few pointers although I'm not really familiar with this part of of the code.

* Read the module header at the top of DsMeta.hs.
* Note that DsMeta exposes a single function, dsBracket. All code in DsMeta is ultimately used via this entrypoint.
* Look up the types that dsBracket and the functions between it and repE accept and return.
* You may find background info in the GHC Commentary: https://ghc.haskell.org/trac/ghc/wiki/Commentary
* Join #ghc on IRC and ask away! :)

Hope that helps! Have fun!
Simon

Am Sa., 10. Nov. 2018 um 12:19 Uhr schrieb Yotam Ohad <yotam2206@gmail.com>:
Hello,

I'm a wannabe ghc contributor on my first patch. I'm trying to do #15843 and I would like some help.
I understand that I need to change repE in DsMeta.hs
An explanation of the type signatures and the types would be very helpful.
Also, What does repLEs do?

Thanks for your help

Yotam
_______________________________________________
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs