src/HOL/Nominal/Examples/Nominal_Examples_Base.thy
author wenzelm
Fri, 07 Nov 2014 16:13:05 +0100
changeset 58926 baf5a3c28f0c
parent 58889 5b7a9633cfa8
permissions -rw-r--r--
proper import of Main: BNF_Least_Fixpoint does not "contain pretty much everything", especially it lacks the 'value' command, which is defined *after* theory List;

(*  Author:  Christian Urban TU Muenchen *)

section {* Various examples involving nominal datatypes. *}

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

end