You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 8, 2018. It is now read-only.
but there are lots of `Int -> Int -> Int` functions! So it returns multiple results:
it answers `2 2 4` with `[clojure.core/unchecked-multiply clojure.core/+ clojure.core/* clojure.core/unchecked-add]` (since 2*2=4 and 2+2=4)
it searches based on the function running in a jailed environment for that reason
in haskell: Lambdabot already does type inference, type searching, and safe evaluation, so your 1 2 3 example would go like split on whitespace, map a :t type-inferrer, run a Hoogle search on x -> y -> ... -> z, and evaluate using the first _n_ hits and print out all the ones that didn't error out up to _x_ successes