lambda-options-1.1.0.0: Declarative command-line parser with type-driven pattern matching.
Text.LambdaOptions.Example.Example_5_Repl
Description
View my source code to see example.
main :: IO () Source #
Try with these succeeding examples:
:main >> help >> product 11 5 7.12 >> sum -1.23 1.23 >> quit