src/HOL/HOLCF/Library/HOLCF_Library.thy
author wenzelm
Thu, 19 Dec 2019 15:29:48 +0100
changeset 71318 1be996d8bb98
parent 41112 866148b76247
permissions -rw-r--r--
proper proof body context for Simplifier plugins (solvers, loopers, ...) -- avoid crash due to Subgoal.FOCUS (before e58bc223f46c);

theory HOLCF_Library
imports
  Bool_Discrete
  Char_Discrete
  Defl_Bifinite
  Int_Discrete
  List_Cpo
  List_Predomain
  Nat_Discrete
  Option_Cpo
  Stream
  Sum_Cpo
begin

end