mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 18:03:36 +00:00
compiler/parse_mutable.m:
compiler/parse_type_name.m:
As above.
tests/hard_coded/higher_order_mutable.{m,exp}:
A new test case for the new capability, checking whether we can call
a closure we got out of a mutable.
tests/hard_coded/Mmakefile:
Enable the new test case.
10 lines
148 B
Plaintext
10 lines
148 B
Plaintext
numeral 1 -> one
|
|
numeral 2 -> two
|
|
numeral 3 -> three
|
|
numeral 4 is unknown
|
|
|
|
numeral 1 -> una
|
|
numeral 2 -> dos
|
|
numeral 3 -> tres
|
|
numeral 4 is unknown
|