summaryrefslogtreecommitdiff
path: root/test-suite/ide/undo006.fake
blob: ed88bef51d755e394b15c56c6f1251bc2fdf6d3a (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 declarations, as first step
# Was bugged in 8.1
#
INTERP Theorem c : O=O.
INTERP Inductive T : Type := I.
REWIND 1
# <replay>
INTERP Inductive T : Type := I.
# <\replay>
INTERP trivial.
INTERP Qed.