Logic for Computable Functions

This is an old revision of this page, as edited by Mav (talk | contribs) at 04:56, 29 December 2002 (topics in bold). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A theorem prover was developed at University of Edinburgh by Robin Milner. It introduced the general purpose programming language ML to allow users to write theorem proving tactics. Theorems are proposition of special "theorem" type, the ML type system ensures that theorems are derived using only sound inference rules.

Successors include: HOL theorem prover, Isabelle theorem prover.