diff options
| author | David Aspinall | 2000-03-22 13:10:00 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-03-22 13:10:00 +0000 |
| commit | ba0ff9573efd0dadf2843605783b11714f91681d (patch) | |
| tree | dd285104038340f7dd0b13a66843104f72904b0f | |
| parent | 6f0a63109da29ff37da2cc4d212220b26f14ce00 (diff) | |
Comment about tripping bug in Isabelle
| -rw-r--r-- | etc/isa/\backslashname/test.ML | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/isa/\backslashname/test.ML b/etc/isa/\backslashname/test.ML index c5f31182..0691e38e 100644 --- a/etc/isa/\backslashname/test.ML +++ b/etc/isa/\backslashname/test.ML @@ -1,3 +1,11 @@ (* Scripting here tests quotation mechanism for filenames. *) +(* At the moment this trips a bug in Isabelle which objects + to filename of this directory. + + Easy way to test for other provers is with a link, + \bizzare \\<rightarrow> ProofGeneral/ then load \bizarre/coq/example.v, etc + +*) + val a = 1; |
