diff -r 3bb5c7179234 -r c07d184aebe9 src/HOL/Tools/Datatype/datatype_data.ML --- a/src/HOL/Tools/Datatype/datatype_data.ML Thu Mar 06 11:32:16 2014 +0100 +++ b/src/HOL/Tools/Datatype/datatype_data.ML Thu Mar 06 12:10:19 2014 +0100 @@ -234,7 +234,7 @@ (** document antiquotation **) val antiq_setup = - Thy_Output.antiquotation @{binding datatype} (Args.type_name true) + Thy_Output.antiquotation @{binding datatype} (Args.type_name {proper = false, strict = true}) (fn {source = src, context = ctxt, ...} => fn dtco => let val thy = Proof_Context.theory_of ctxt;