It would be neat if I could specify multiple sets of inputs and outputs and get suggestions that satisfy all of them. For example if I am looking for an expression to check if a string starts with a substring I could specify:
"f" "foo" => t
"f" "barf" => nil
"b" "bar" => t