true 2 [ 0 ] "Value of l1, before call to f1:" [ 0 ] true "Value of l1, after call to f1:" [ 0, 1, 2, 3 ] 3 [ 1, 2, 3 ] File sorting-postcond.fmsl, line 119, char 4: List index value of 4 is out of bounds. nil File sorting-postcond.fmsl, line 120, char 35: List index value of 4 is out of bounds. nil File sorting-postcond.fmsl, line 121, char 9: List index value of 5 is out of bounds. nil nil File sorting-postcond.fmsl, line 124, char 50: List index value of 5 is out of bounds. true "l3 = " [ 0, 1, 2, 3 ] nil true "l4 = " [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] "Validation of Sort([3,2,1]) ?-> [1,2,3] should be {true,true}:" { true, true } "Validation of SortBounded([3,2,1]) ?-> [1,2,3] should be {true,true}:" { true, true } "Validation of SortBounded([3,2,1]) ?-> [3,2,1] should be {true,false}:" { true, false } "Validation of SortWithPostcondError([3,2,1]) ?-> [1,2,3] should be {true,nil}:" File sorting-postcond.fmsl, line 39, char 17: List index value of 4 is out of bounds. { true, nil } "Validation of SortWithPostcondErrorBounded([3,2,1]) ?-> [1,2,3] should be {true,nil}:" File sorting-postcond.fmsl, line 49, char 17: List index value of 4 is out of bounds. { true, nil } "Validation of ForcedPostcondError([1,2,3]) ?-> 1 should be {true,nil}, preceded by error message:" File sorting-postcond.fmsl, line 83, char 15: List index value of 4 is out of bounds. { true, nil } "Execution of ForcedError([1,2,3]) should be nil, preceded by error message:" File sorting-postcond.fmsl, line 64, char 9: List index value of 4 is out of bounds. nil "Execution of 'true and ForceError([1,2,3])' should be nil, preceded by error message:" File sorting-postcond.fmsl, line 64, char 9: List index value of 4 is out of bounds. nil "Execution of ForcedQuantifierErrorBounded([1,2,3]) should be nil, preceded by error message:" File sorting-postcond.fmsl, line 70, char 30: List index value of 4 is out of bounds. nil "Execution of ForcedQuantifierErrorUnbounded([1,2,3]) should be nil, preceded by error message:" File sorting-postcond.fmsl, line 76, char 28: List index value of 4 is out of bounds. nil nil [ 1, 2, 3 ] nil true [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40 ] nil true [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 0 ]