X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FExitCodes.hs;h=bb3c5c7aa02f1a7771a6374b2258cffbcf72867c;hb=0894d1dfe192819e9c9a82cc5ed991230674772c;hp=47cd15c947289df80038259c572319d4ced7794d;hpb=9bb6abd3469f94e2046cd0aac91c64142c52eb52;p=spline3.git diff --git a/src/ExitCodes.hs b/src/ExitCodes.hs index 47cd15c..bb3c5c7 100644 --- a/src/ExitCodes.hs +++ b/src/ExitCodes.hs @@ -1,5 +1,9 @@ -- | All failure exit codes that the program can return. -module ExitCodes +-- +module ExitCodes ( + exit_arg_parse_failed, + exit_arg_not_positive, + exit_arg_out_of_bounds ) where -- | Indicates that the command-line arguments could not be parsed.