From c80821b635dda58be790a42c21d8837a25b5ab79 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Mon, 19 Aug 2019 18:55:25 -0700 Subject: [PATCH] Update the join/connect verb definitions To work with the current library version, which already has "connect" being used elsewhere. --- src/spirit.inf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/spirit.inf b/src/spirit.inf index be85c08..a14f6ee 100644 --- a/src/spirit.inf +++ b/src/spirit.inf @@ -3055,7 +3055,10 @@ Verb "fold" * noun -> Fold; Verb "mix" "stir" * noun -> Mix; -Verb "join" "connect" +Verb "join" + * noun "to" noun -> Join + * noun "with" noun -> Join; +Extend only "connect" * noun "to" noun -> Join * noun "with" noun -> Join; Verb meta "help" "hint" -- 2.31.1