On Nov 10, 2018, at 6:48 AM, Simon Jakobi via ghc-devs <ghc-devs@haskell.org> wrote: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.hsAn explanation of the type signatures and the types would be very helpful.Also, What does repLEs do?Thanks for your helpYotam
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs