diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/isa/goal-matching.ML | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/isa/goal-matching.ML b/etc/isa/goal-matching.ML new file mode 100644 index 00000000..a36f4fab --- /dev/null +++ b/etc/isa/goal-matching.ML @@ -0,0 +1,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); + + |
