SamuelSchlesinger / commander-cli

A simple library I wrote to allow me to quickly and easily construct command line interfaces.
MIT License
29 stars 2 forks source link

forall to show type argument order #6

Closed BebeSparkelSparkel closed 3 years ago

BebeSparkelSparkel commented 3 years ago

Since this is a type argument heavy it would be helpful to have forall in the types to see the ordering of the type arguments.

SamuelSchlesinger commented 3 years ago

I totally agree with this. Let me know if https://github.com/SamuelSchlesinger/commander-cli/pull/8 is sufficient.

BebeSparkelSparkel commented 3 years ago

Not sure what is happening in a lot of the files. Where the foralls are being added is what I was looking for.

BebeSparkelSparkel commented 3 years ago

closed by #8