src/HOLCF/FOCUS/Buffer_adm.thy
author haftmann
Thu, 06 Apr 2006 16:08:25 +0200
changeset 19341 3414c04fbc39
parent 17293 ecf182ccc3ca
child 19759 2d0896653e7a
permissions -rw-r--r--
added definitional code generator module: codegen_theorems.ML

(*  Title:      HOLCF/FOCUS/Buffer_adm.thy
    ID:         $Id$
    Author:     David von Oheimb, TU Muenchen
*)

header {* One-element buffer, proof of Buf_Eq_imp_AC by induction + admissibility *}

theory Buffer_adm
imports Buffer Stream_adm
begin

end