Closed ghost closed 10 years ago
Given two theories:
theory \Foo extends \root def foo () = ()
and
theory \Bar extends \Foo show "hello" val x = foo 1
proofscript reports a match error in line 3 of file Bar.thy. It should be an error in line 3 of file Foo.thy.
Given two theories:
and
proofscript reports a match error in line 3 of file Bar.thy. It should be an error in line 3 of file Foo.thy.