(* Title: HOL/Induct/Comb.thy Author: Lawrence C Paulson Copyright 1996 University of Cambridge *) section ‹Combinatory Logic example: the Church-Rosser Theorem› theory Comb imports Main begin text ‹ Combinator terms do not have free variables. Example taken from \<^cite>‹camilleri92›. › subsection ‹Definitions› text ‹Datatype definition of combinators ‹S› and ‹K›.›