src/Doc/Implementation/Base.thy
author wenzelm
Tue, 22 Sep 2015 14:32:23 +0200
changeset 61246 077b88f9ec16
parent 56420 b266e7a86485
child 61656 cfabbc083977
permissions -rw-r--r--
HOL typedef with explicit dependency checks according to Ondrey Kuncar, 07-Jul-2015, 16-Jul-2015, 30-Jul-2015; defs.ML: track dependencies also for type constructors; typedef.ML: add type defined by typedef to dependencies, Abs and Rep now depend on the type; Pure types and typedecls are final -- no dependencies;

theory Base
imports Main
begin

ML_file "../antiquote_setup.ML"

end