src/HOL/Coinduction.thy
author traytel
Wed, 12 Aug 2015 20:46:33 +0200
changeset 60918 4ceef1592e8c
parent 60758 d8d85a8172b5
permissions -rw-r--r--
new command for lifting BNF structure over typedefs

(*  Title:      HOL/Coinduction.thy
    Author:     Johannes Hölzl, TU Muenchen
    Author:     Dmitriy Traytel, TU Muenchen
    Copyright   2013

Coinduction method that avoids some boilerplate compared to coinduct.
*)

section \<open>Coinduction Method\<close>

theory Coinduction
imports Ctr_Sugar
begin

ML_file "Tools/coinduction.ML"

end