doc-src/System/Thy/Base.thy
author krauss
Sat, 18 Feb 2012 09:46:58 +0100
changeset 46526 c4cf9d03c352
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
added congruence rules for Option.{map|bind}

theory Base
imports Pure
uses "../../antiquote_setup.ML"
begin

setup {* Antiquote_Setup.setup *}

declare [[thy_output_source]]

end