aboutsummaryrefslogtreecommitdiff
path: root/etc/isa/goal-matching.ML
blob: a36f4fab1c4cc224a0dfa08cc089e6c73ebf7318 (plain)
1
2
3
4
5
6
7
8
9
10
11
(* 
   Test case sent by David von Oheimb.
   Bug in matching case-insensitively meant that
   the SELECT_GOAL line was considered a goal.
   Apparently.  Haven't been able to reproduce.
*)

Goal "x";
by (SELECT_GOAL all_tac 1);