From 9c44228eec3d81caf1c1708a2f4d181037b85c16 Mon Sep 17 00:00:00 2001 From: ProgramSnail Date: Sat, 29 Jul 2023 12:17:33 +0300 Subject: [PATCH] example fix --- corpus/test.langexp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/corpus/test.langexp b/corpus/test.langexp index 8ccfd9b..55cf5f9 100644 --- a/corpus/test.langexp +++ b/corpus/test.langexp @@ -219,7 +219,8 @@ parse_number : Unit! = { bring (); } -( & ) <-| 'a <-| 'b |-> 'x |-> 'y = (<-| 'a := |-> 'x) && (<-| 'b := |-> 'y); +: example of or_in and or_out usage for template operators +( & ) |-> 'a |-> 'b <-| 'x <-| 'y = (|-> 'a := <-| 'x) && (|-> 'b := <-| 'y); -------------------------------------------------------------------------------- @@ -1184,6 +1185,8 @@ parse_number : Unit! = { (unit_literal)))) (empty_lines) (function_definition + (definition_info + (info)) (operator) (argument_name_identifier) (argument_name_identifier)