Closed martinberger closed 1 year ago
The original code was a bit sloppy about the Thm class, in the sense that you could construct instances of Thm without using the logical rules. The new version is as Milner intended: only the logical rules let you create Thm instances.
Thm
The original code was a bit sloppy about the
Thm
class, in the sense that you could construct instances ofThm
without using the logical rules. The new version is as Milner intended: only the logical rules let you createThm
instances.