Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion test-suite/output/Fixpoint.out
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ File "./output/Fixpoint.v", line 91, characters 2-15:
The command has indeed failed with message:
Recursive definition of foo and bar is ill-formed.
As a mutual fixpoint:
Not enough abstractions in the definition.
Not enough abstractions in the definition:
expected at least 1 according to the "struct" annotation.
The 1st recursive definition is: "?Goal".
The 2nd recursive definition is: "?Goal0".
The condition holds up to here.
Expand Down
Loading