src/HOL/Tools/Lifting/lifting_def_code_dt.ML
changeset 60239 755e11e2e15d
parent 60236 865741686926
child 60379 51d9dcd71ad7
--- a/src/HOL/Tools/Lifting/lifting_def_code_dt.ML	Sun May 03 14:12:10 2015 +0200
+++ b/src/HOL/Tools/Lifting/lifting_def_code_dt.ML	Sun May 03 14:35:48 2015 +0200
@@ -589,8 +589,8 @@
 
 (** from parsed parameters to the config record **)
 
-fun map_config_code_dt f1 f2 { code_dt = code_dt, lift_config = lift_config } =
-  { code_dt = f1 code_dt, lift_config = f2 lift_config }
+fun map_config_code_dt f1 f2 ({code_dt = code_dt, lift_config = lift_config}: config_code_dt) =
+  {code_dt = f1 code_dt, lift_config = f2 lift_config}
 
 fun update_config_code_dt nval = map_config_code_dt (K nval) I