diff options
author | Son HO | 2024-06-05 11:30:42 +0200 |
---|---|---|
committer | GitHub | 2024-06-05 11:30:42 +0200 |
commit | baa0771885546816461e063131162b94c6954d86 (patch) | |
tree | 2f8b8bd9d6ddef3e56d3c840690e94d9322a963a /tests/src | |
parent | c708fc2556806abc95cd2ca173a94a5fb49d034d (diff) | |
parent | 967c1aa8bd47e76905baeda5b9d41167af664942 (diff) |
Merge pull request #227 from AeneasVerif/son/clean-synthesis
Remove the use of `Option` from the functions synthesizing the symbolic AST
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/mutually-recursive-traits.lean.out | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/src/mutually-recursive-traits.lean.out b/tests/src/mutually-recursive-traits.lean.out index 33206fe5..6d638644 100644 --- a/tests/src/mutually-recursive-traits.lean.out +++ b/tests/src/mutually-recursive-traits.lean.out @@ -1,17 +1,17 @@ [[92mInfo[39m ] Imported: tests/llbc/mutually_recursive_traits.llbc -[[91mError[39m] In file Translate.ml, line 813: +[[91mError[39m] In file Translate.ml, line 812: Mutually recursive trait declarations are not supported Uncaught exception: (Failure - "In file Translate.ml, line 813:\ - \nIn file Translate.ml, line 813:\ + "In file Translate.ml, line 812:\ + \nIn file Translate.ml, line 812:\ \nMutually recursive trait declarations are not supported") Raised at Aeneas__Errors.craise_opt_span in file "Errors.ml", line 46, characters 4-76 Called from Stdlib__List.iter in file "list.ml", line 110, characters 12-15 -Called from Aeneas__Translate.extract_definitions in file "Translate.ml", line 836, characters 2-52 -Called from Aeneas__Translate.extract_file in file "Translate.ml", line 954, characters 2-36 -Called from Aeneas__Translate.translate_crate in file "Translate.ml", line 1502, characters 5-42 +Called from Aeneas__Translate.extract_definitions in file "Translate.ml", line 835, characters 2-52 +Called from Aeneas__Translate.extract_file in file "Translate.ml", line 953, characters 2-36 +Called from Aeneas__Translate.translate_crate in file "Translate.ml", line 1501, characters 5-42 Called from Dune__exe__Main in file "Main.ml", line 276, characters 9-61 |