example fix

This commit is contained in:
ProgramSnail 2023-07-29 12:17:33 +03:00
parent 1a237adf0e
commit 9c44228eec

View file

@ -219,7 +219,8 @@ parse_number : Unit! = {
bring (); 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)))) (unit_literal))))
(empty_lines) (empty_lines)
(function_definition (function_definition
(definition_info
(info))
(operator) (operator)
(argument_name_identifier) (argument_name_identifier)
(argument_name_identifier) (argument_name_identifier)