src/HOL/Nominal/Examples/Nominal_Examples.thy
author bulwahn
Wed, 23 Mar 2011 08:50:39 +0100
changeset 42090 ef566ce50170
parent 37358 74fb4f03bb51
child 58329 a31404ec7414
permissions -rw-r--r--
changing Quickcheck_Narrowing's main function to enumerate the depth instead upto the depth

(*  Author:  Christian Urban TU Muenchen *)

header {* Various examples involving nominal datatypes. *}

theory Nominal_Examples
imports
  CK_Machine
  CR
  CR_Takahashi
  Class3
  Compile
  Contexts
  Crary
  Fsub
  Height
  Lambda_mu
  LocalWeakening
  Pattern
  SN
  SOS
  Standardization
  Support
  Type_Preservation
  W
  Weakening
begin

end