Florian Haftmann, Tobias Nipkow
Flash video (24 MB)
[may not work with Firefox on Windows; use Internet Explorer]
[Swfdec (http://swfdec.freedesktop.org) works in Linux]
The slides by themselves
Tutorial
Monday, April 19, 2010
Subscribe to:
Post Comments (Atom)
@authors: Many thanks for preparing the online presentation. (Could you, please, indicate if/when you are online and see this by posting a ping message here?)
ReplyDelete@audience: Please post your questions and comments here.
I am online.
ReplyDeleteThe flash video works with Firefox under Linux.
Tobias
Hi,
ReplyDeleteI am an outsider of this topic.
Is there any general criterion on which equational theorem should be turned into code?
For example, an equation like f(x)=f(x) is obviously useless as code.
Is it totally up to the user?
It is totally up to the user. The Isabelle only objects if the equations do not have the right format for a functional language (eg non-constructors in patterns) This is the beauty of it (we can generate non-terminating code, eg an interpreter) but it also means that we can only guarantee partial correctness.
ReplyDeleteThanks for the question.