src/Doc/Implementation/Base.thy
author wenzelm
Sat, 22 Apr 2023 20:55:05 +0200
changeset 77907 ee9785abbcd6
parent 69605 a96320074298
permissions -rw-r--r--
provide ML antiquotation "if_none": non-strict version of "the_default";

(*:maxLineLen=78:*)

theory Base
imports Main
begin

ML_file \<open>../antiquote_setup.ML\<close>

end