src/HOLCF/IOA/NTP/Correctness.thy
author paulson
Mon, 29 Sep 1997 11:40:03 +0200
changeset 3725 c7fa890d0d92
parent 3073 88366253a09a
child 3898 f6bf42312e9e
permissions -rw-r--r--
result() -> qed

(*  Title:      HOL/IOA/NTP/Correctness.thy
    ID:         $Id$
    Author:     Tobias Nipkow & Konrad Slind
    Copyright   1994  TU Muenchen

The main correctness proof: Impl implements Spec
*)

Correctness = IOA + Impl + Spec +

constdefs

  hom :: 'm impl_state => 'm list
  "hom(s) == rq(rec(s)) @ (if rbit(rec s) = sbit(sen s) then sq(sen s) 
                          else ttl(sq(sen s)))"

end