src/HOL/IMP/Abs_Int_init.thy
author wenzelm
Wed, 20 Jan 2016 19:19:33 +0100
changeset 62214 451bd09b8277
parent 53013 3fbcfa911863
child 66453 cc19f7ca2ed6
permissions -rw-r--r--
bypass input method for better imitation of read-only mode (cf. f26a4d5e82b5): e.g. relevant for composition of ALT-u u on Mac OS X;

theory Abs_Int_init
imports "~~/src/HOL/Library/While_Combinator"
        "~~/src/HOL/Library/Extended"
        Vars Collecting Abs_Int_Tests
begin

hide_const (open) top bot dom  --"to avoid qualified names"

end