src/HOL/Nominal/Examples/Nominal_Examples_Base.thy
author hoelzl
Mon, 06 Oct 2014 16:27:31 +0200
changeset 58588 93d87fd1583d
parent 58329 a31404ec7414
child 58889 5b7a9633cfa8
permissions -rw-r--r--
add measure space for (coinductive) streams

(*  Author:  Christian Urban TU Muenchen *)

header {* 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