bitonic / tog

25 stars 3 forks source link

Hidden Bindings #22

Open ysharoda opened 4 years ago

ysharoda commented 4 years ago

Both implicit and explicit arguments are printed within parenthesis (no curly braces), using the prettyTel function in src/Tog/Abstract.

I tried working on printing implicit arguments within curly braces, but I believe at some point Tog throws away the hidden binding information and deal with implicit and explicit arguments the same way, adding _ in places where a hidden argument is not passed. Here are some more details: