Skip to content

interpret multiple command-line arguments as multiple function arguments #266

@gelisam

Description

@gelisam
$ hawk "," 'L.transpose'

should expand to

$ hawk -e 'asCSV "," L.transpose'

if there is an asCSV :: String -> ([[String]] -> [[String]]) -> (ByteString -> ByteString) in the list of candidates for the type-inference magic.

see #13 (comment)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions