reverted change in the stable branch Nominal2-Isabelle2013
authorChristian Urban <christian dot urban at kcl dot ac dot uk>
Mon, 11 Mar 2013 16:33:52 +0000
branchNominal2-Isabelle2013
changeset 3211 41e205fcb21e
parent 3209 2fb0bc0dcbf1
reverted change in the stable branch
Nominal/nominal_dt_quot.ML
--- a/Nominal/nominal_dt_quot.ML	Sun Mar 10 12:06:48 2013 +0100
+++ b/Nominal/nominal_dt_quot.ML	Mon Mar 11 16:33:52 2013 +0000
@@ -58,7 +58,7 @@
 fun define_qtypes qtys_descr alpha_tys alpha_trms alpha_equivp_thms lthy =
   let
     val qty_args1 = map2 (fn ty => fn trm => (ty, trm, false)) alpha_tys alpha_trms
-    val qty_args2 = (map2 (fn descr => fn args1 => (descr, args1, (NONE, false, NONE))) qtys_descr qty_args1)
+    val qty_args2 = map2 (fn descr => fn args1 => (descr, args1, (NONE, false))) qtys_descr qty_args1
     val qty_args3 = qty_args2 ~~ alpha_equivp_thms
   in
     fold_map Quotient_Type.add_quotient_type qty_args3 lthy