src/HOL/Nominal/Examples/Nominal_Examples_Base.thy
author wenzelm
Sun, 02 Nov 2014 18:21:45 +0100
changeset 58889 5b7a9633cfa8
parent 58329 a31404ec7414
permissions -rw-r--r--
modernized header uniformly as section;

(*  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