cannorin / FSharp.CommandLine

A framework for building command line application in F#
Apache License 2.0
57 stars 1 forks source link

Inline scanf for arbitrary n-tuple #4

Open cannorin opened 3 years ago

cannorin commented 3 years ago

Working with FSharpPlus, I learned how to deconstruct and construct an arbitrary n-tuple. I think I can get rid of the current limitation.