<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Li-yao, thanks for the pointer. And my case is not really about ADTs, but to introspect the arguments an arbitrary Haskell function takes, including how many and what type each argument is, so as to extract proper values from a given ArgsPack, then call that Haskell function with those values as args it expects.<div class=""><br class=""></div><div class="">I'm not sure at a glance, that generics-eot has demonstrated how to obtain argument list with type info for a function, and will look into the details as I can.</div><div class=""><br class=""></div><div class="">Thanks with regards,</div><div class="">Compl</div><div class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 2020-09-10, at 23:08, Li-yao Xia <<a href="mailto:lysxia@gmail.com" class="">lysxia@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">Hi Compl,</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">I couldn't tell what's generic (in the sense of GHC.Generics) about this example. A clearer example would be to give two applications with different algebraic data types, and to show how they consist of the same boilerplate, where the differences are only due to the differing numbers of fields and constructors.</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">As for tutorials on generics, a good starting point might be generics-eot. Its documentation comes with a series of tutorials:</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><a href="https://generics-eot.readthedocs.io/en/stable/" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">https://generics-eot.readthedocs.io/en/stable/</a><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">Li-yao</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">On 9/10/2020 9:44 AM, YueCompl via Haskell-Cafe wrote:</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><blockquote type="cite" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">Dear Cafe,<br class="">I'm tinkering with the idea for arbitrary Haskell functions to be easily called from scripting code, I see auto derive with GHC.Generics might be the most promising tool, but I'm lost after read <a href="https://wiki.haskell.org/GHC.Generics" class="">https://wiki.haskell.org/GHC.Generics</a> and hackage docs. I have no clue so far with how to start with it.<br class="">Specifically I want the section highlighted in blue get auto generated, within the following `runghc` ready example:<br class="">```<br class="">{-# LANGUAGEBangPatterns#-}<br class="">moduleMain where<br class="">importPrelude<br class="">importGHC.Generics<br class="">importData.Dynamic<br class="">-- * minimum data structures as interface with scripting code<br class="">typeAttrKey=String<br class="">dataAttrVal=NilValue<br class="">|IntValue!Integer<br class="">|StrValue!String<br class="">deriving(Eq,Ord,Typeable)<br class="">instanceShowAttrValwhere<br class="">show NilValue="nil"<br class="">show (IntValue!x)=show x<br class="">show (StrValue!x)=show x<br class="">dataArgsPack=ArgsPack{<br class="">positional'args::[AttrVal]<br class="">,keyword'args::[(AttrKey,AttrVal)]<br class="">}<br class="">instanceSemigroupArgsPackwhere<br class="">(ArgsPackp1 kw1)<>(ArgsPackp2 kw2)=ArgsPack(p1 ++p2)(kw1 ++kw2)<br class="">instanceMonoidArgsPackwhere<br class="">mempty =ArgsPack[][]<br class="">classCallableawhere<br class="">call::a->ArgsPack->(AttrVal->IO())->IO()<br class="">-- * functions to be callable from scripting code<br class="">newtypeAssert=Assert(<br class="">Expect->MaybeTarget->Message->IOMessage<br class="">)<br class="">typeExpect=AttrVal<br class="">typeTarget=AttrVal<br class="">typeMessage=String<br class="">instanceCallableAssertwhere<br class="">-- can this get auto-generated ? with <a href="https://wiki.haskell.org/GHC.Generics" class="">https://wiki.haskell.org/GHC.Generics</a><br class="">call (Assert!assert)(ArgsPack!args !kwargs)!exit =do<br class="">(expect,target,message)<-parseApk<br class="">result <-assert expect target message<br class="">exit $StrValueresult<br class="">where<br class="">parseApk::IO(Expect,MaybeTarget,Message)<br class="">parseApk =goParse<br class="">(Left"missing arg: expect",Nothing,Left"missing arg: message")<br class="">args<br class="">kwargs<br class="">goParse (got'expect,got'target,got'message)[][]=casegot'expect of<br class="">Leftmsg ->error msg<br class="">Rightexpect ->casegot'message of<br class="">Leftmsg ->error msg<br class="">Rightmessage ->return (expect,got'target,message)<br class="">goParse (got'expect,got'target,got'message)args' ((name,val):kwargs')<br class="">=casename of<br class="">"expect"->casegot'expect of<br class="">Right{}->error "duplicate arg: expect"<br class="">Left{}->goParse (Rightval,got'target,got'message)args' kwargs'<br class="">"target"->casegot'target of<br class="">Just{}->error "duplicate arg: target"<br class="">Nothing->goParse (got'expect,Justval,got'message)args' kwargs'<br class="">"message"->casegot'message of<br class="">Right{}->error "duplicate arg: message"<br class="">Left{}->caseval of<br class="">StrValuemessage -><br class="">goParse (got'expect,got'target,Rightmessage)args' kwargs'<br class="">_ ->error "bad arg type for: message"<br class="">_ ->error "unexpected keyword args"<br class="">goParse (got'expect,got'target,got'message)(val :args')[]=<br class="">casegot'expect of<br class="">Left{}->goParse (Rightval,got'target,got'message)args' []<br class="">Right{}->casegot'target of<br class="">Nothing->goParse (got'expect,Justval,got'message)args' []<br class="">Just{}->casegot'message of<br class="">Left{}->caseval of<br class="">StrValuemessage -><br class="">goParse (got'expect,got'target,Rightmessage)args' []<br class="">_ ->error "bad arg type for: message"<br class="">Right{}->error "extranous positional args"<br class="">-- mockup & test out<br class="">main::IO()<br class="">main =<br class="">call<br class="">(Assertassert)<br class="">(ArgsPack[IntValue333,StrValue"as good will"]<br class="">[("target",IntValue333)]<br class="">)<br class="">$\result ->putStrLn $"Got result: "<>show result<br class="">-- | plain Haskell function meant to be easily called by scripting code<br class="">assert::Expect->MaybeTarget->Message->IOMessage<br class="">assert !expect !maybeTarget !message =casemaybeTarget of<br class="">Nothing->return $"* assertion not applicable: "<>message<br class="">Justtarget ->ifexpect ==target<br class="">thenreturn $"* assertion passed: "<>message<br class="">elseerror $"* assertion failed: "<>message<br class="">```<br class="">I tried to understand how<br class=""> * The compiler can provide a default generic implementation for<br class="">   |parseJSON<br class="">   <<a href="https://hackage.haskell.org/package/aeson-1.5.4.0/docs/Data-Aeson.html#v:parseJSON" class="">https://hackage.haskell.org/package/aeson-1.5.4.0/docs/Data-Aeson.html#v:parseJSON</a>>|.<br class="">is implemented in [aeson](<a href="https://hackage.haskell.org/package/aeson" class="">https://hackage.haskell.org/package/aeson</a>) and it is overwhelming to me at the moment ...<br class="">Is there easier scaffold template for me to start with GHC.Generics? Or there're even better techniques to achieve my final goal?<br class="">Help please!<br class="">Best regards,<br class="">Compl<br class="">_______________________________________________<br class="">Haskell-Cafe mailing list<br class="">To (un)subscribe, modify options or view archives go to:<br class=""><a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" class="">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br class="">Only members subscribed via the mailman list are allowed to post.</blockquote></div></blockquote></div><br class=""></div></body></html>