diff options
Diffstat (limited to 'html/eproofe.php')
| -rw-r--r-- | html/eproofe.php | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/html/eproofe.php b/html/eproofe.php new file mode 100644 index 00000000..e965a78a --- /dev/null +++ b/html/eproofe.php @@ -0,0 +1,30 @@ +<?php + require('functions.php3'); + small_header("Engineering Electronic Proof"); + ?> + +<p> +Proof General, and particularly, the <a href="kit">Proof General +Kit</a> is proposed as a vehicle for research into <i>engineering +electronic proof<i>. We want to investigate the +maintenance, combination, and reuse of formal proof developments. +</p> + +<h3>Planning</h3> +<p> +This project has not yet been started, and there are no public +documents available yet. +</p> +<p> +Some hints of our plans appear in the papers describing +the <a href="kit">Proof General Kit</a>. +</p> + +<p> +Any <a href="mailto:da@dcs.ed.ac.uk">comments</a> are welcomed. +</p> + +<?php + click_to_go_back(); + footer(); +?> |
