<div dir="ltr"><div dir="ltr">Hi Yotam,<div><br></div><div>welcome to GHC development! :)</div><div><br></div><div>I'll try to give you a few pointers although I'm not really familiar with this part of of the code.</div><div><br></div><div>* Read the module header at the top of DsMeta.hs.</div><div>* Note that DsMeta exposes a single function, dsBracket. All code in DsMeta is ultimately used via this entrypoint.</div><div>* Look up the types that dsBracket and the functions between it and repE accept and return.</div><div>* You may find background info in the GHC Commentary: <a href="https://ghc.haskell.org/trac/ghc/wiki/Commentary">https://ghc.haskell.org/trac/ghc/wiki/Commentary</a></div><div>* Join #ghc on IRC and ask away! :)</div><div><br></div><div>Hope that helps! Have fun!</div><div>Simon</div></div></div><br><div class="gmail_quote"><div dir="ltr">Am Sa., 10. Nov. 2018 um 12:19 Uhr schrieb Yotam Ohad <<a href="mailto:yotam2206@gmail.com">yotam2206@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hello,</div><div><br></div><div>I'm a wannabe ghc contributor on my first patch. I'm trying to do #15843 and I would like some help.</div><div>I understand that I need to change repE in DsMeta.hs</div><div>An explanation of the type signatures and the types would be very helpful.<br></div><div>Also, What does repLEs do? <br></div><div><br></div><div>Thanks for your help</div><div><br></div><div>Yotam<br></div></div>
_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org" target="_blank">ghc-devs@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a><br>
</blockquote></div>