summaryrefslogtreecommitdiff
path: root/test-suite/ide/undo004.fake
blob: c2ddfb8cbe06a8d3927b70c939f7e8e989909046 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Script simulating a dialog between coqide and coqtop -ideslave
# Run it via fake_ide
#
# Undoing arbitrary commands, as first step
#
INTERP Theorem a : O=O.
INTERP Ltac f x := x.
REWIND 1
# <replay>
INTERP Ltac f x := x.
# <\replay>
INTERP assert True by trivial.
INTERP trivial.
INTERP Qed.