use empty binding rather than "*" for default
authorblanchet
Wed, 05 Sep 2012 09:31:31 +0200
changeset 49139 e36ce78add78
parent 49138 53f954510a8c
child 49140 cb80b6404f8e
use empty binding rather than "*" for default
src/HOL/Codatatype/Tools/bnf_wrap.ML
--- a/src/HOL/Codatatype/Tools/bnf_wrap.ML	Wed Sep 05 08:32:59 2012 +0200
+++ b/src/HOL/Codatatype/Tools/bnf_wrap.ML	Wed Sep 05 09:31:31 2012 +0200
@@ -40,7 +40,7 @@
 val split_asmN = "split_asm";
 val weak_case_cong_thmsN = "weak_case_cong";
 
-val no_binder = @{binding "*"};
+val no_binder = @{binding ""};
 val fallback_binder = @{binding _};
 
 fun pad_list x n xs = xs @ replicate (n - length xs) x;