Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
* Implementation of a prover
@ 2007-03-12 21:41 David Baelde
  2007-04-11 23:55 ` [Caml-list] " Harrison, John R
  0 siblings, 1 reply; 2+ messages in thread
From: David Baelde @ 2007-03-12 21:41 UTC (permalink / raw)
  To: Ocaml

Hi list,

There are well-known implementation techniques for depth-first theorem
proving, using continuation-passing style (success/failure
continuations). But these techniques do not easily allow the building
of a proof witness. This is nice when you have a working proof-search
procedure but not when you're still playing with a logic, trying to
find the right procedure or more generally when you just want an
interactive prover.

I've started to look for a way to define rules as tactics in such a
way that these core functions can be used with or without a proof
witness construction procedure. I've had enough for today and I wanted
to know if anyone done that or knows a link to anything like that.

Any idea?
-- 
David


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-04-11 23:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-12 21:41 Implementation of a prover David Baelde
2007-04-11 23:55 ` [Caml-list] " Harrison, John R

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox