haltavista

looks for functions given a set of example input/outputs

Latest on Hackage:0.1.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

GPL-2.0-only licensed by Paul Brauner Jun Inoue
Maintained by [email protected]

Looks for functions in the local hoogle library given a set of example input/outputs. Requires hoogle.

Usage:

~$ haltavista
input_1_1 ... input_1_n output_1
...
input_m_1 ... input_m_n output_m
<EOF>

Example usage:

~$ haltavista
1 1 2
1 2 3
<EOF>

Prelude (+)

See README.md for more examples.