Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:prove revRev: [12][0] -> Bit causes Cryptol 2.10.0 kernel panic #1093

Closed
Pytheas01 opened this issue Mar 1, 2021 · 0 comments · Fixed by #1096
Closed

:prove revRev: [12][0] -> Bit causes Cryptol 2.10.0 kernel panic #1093

Pytheas01 opened this issue Mar 1, 2021 · 0 comments · Fixed by #1096
Assignees
Labels
bug Something not working correctly

Comments

@Pytheas01
Copy link

The following proof causes a Cryptol 2.10.0 kernel panic on Windows 10:

:proof revRev: [12][0] -> Bit

revRev : {n, a} (Eq a, fin n) => [n]a -> Bit
property revRev (xs) = reverse (reverse xs) == xs

I'm using Z3 4.8.5 x64 on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something not working correctly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants