purescript-yargs
purescript-yargs copied to clipboard
Export `Y` constructor
I would like to write my own instances for Arg. To do this I need to create instances of Y, but Y constructor is not exported. Is it any reason to not export it and if yes how it is supposed to implement custom Arg instances?
I'd rather add a smart constructor than export the constructor.