Browse thread
Programming with correctness guarantees
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Chris King <colanderman@g...> |
| Subject: | Re: [Caml-list] Re: Programming with correctness guarantees |
You may also be interested in Why (http://why.lri.fr/). It is an ML-ish language which allows pre- and postconditions to be specified and translates those assertions into input to a variety of proof engines (such as the proof assistant Coq or the decision procedure Simplify). You can then extract your code as O'Caml. - Chris King