Created
September 8, 2021 14:50
-
-
Save zfnmxt/86e90b4b310703f72158d164d33bf0c4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
proof (prove) | |
goal (1 subgoal): | |
1. rev (if P x | |
then dropWhile P (rev xs) | |
else x # rev xs) = | |
(if P x | |
then rev (dropWhile P (rev xs)) | |
else xs @ [x]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment