| 35 |
| argument "factor" args = go factor |
| argument "factor" args = go factor |
| 36 |
| argument "explode" args = go (concatMap explode) |
| argument "explode" args = go (concatMap explode) |
| 37 |
| argument "identity" args = go id |
| argument "identity" args = go id |
| 38 |
|
| argument "lex" args = show (alexScanTokens input) |
| 39 |
| argument "tree" args = show stylesheet ++ "\n" |
| argument "tree" args = show stylesheet ++ "\n" |
| 40 |
| argument "statistics" args = stats stylesheet ++ "\n" |
| argument "statistics" args = stats stylesheet ++ "\n" |
| 41 |
| otherwise = usage |
| otherwise = usage |