hawk icon indicating copy to clipboard operation
hawk copied to clipboard

Haskell text processor for the command-line

Results 75 hawk issues
Sort by recently updated
recently updated
newest added

Continued from [issue 31](https://github.com/ssadler/hawk/issues/31)

type-inference magic

If it supports Show, we should be able to output it, even if it's not one of the special types for which we support shell-style output.

type-inference magic
text-format

Haskell supports [printf](http://hackage.haskell.org/packages/archive/base/latest/doc/html/Text-Printf.html), but the format string isn't used by type inference, so a command such as ``` > echo "1\t2" | hsl '(x,y) -> printf "%d-%d" x y'` ```...

type-inference magic
text-format

Currently, json expressions need to use the entire line.

type-inference magic
text-format

Currently, we only support one json per line.

type-inference magic
text-format