mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 09:23:44 +00:00
library/string.m:
As above.
NEWS:
Add a section for 14.01.1 news.
Mention the above change.
tests/hard_coded/string_string.{m,exp}:
Extend this test case to cover arrays and version arrays.
7 lines
86 B
Plaintext
7 lines
86 B
Plaintext
leaf
|
|
branch(leaf, leaf)
|
|
[1, 2, 3]
|
|
1.234 - 5
|
|
array([1, 2, 3])
|
|
version_array([1, 2, 3])
|