Files
mercury/tests/hard_coded
Julien Fischer 369e24a49a Extend testing of the ranges module.
Document some exception conditions in the ranges module.

library/ranges.m:
    Document the when insert and delete will throw an exception.

tests/test_ranges.{m,ex}:
    Test that attempting to construct a ranges value containing min_int
    results in an exception being thrown. To do this without hardcoding
    machine-specific values in the expected value, extend the code used
    to print ranges to output symbolic names for {min,max}_int.

    Fix spelling.
2025-01-10 17:11:57 +11:00
..
2025-01-02 15:36:48 +11:00