author | wenzelm |
Mon, 23 May 2016 20:45:10 +0200 | |
changeset 63119 | 547460dc5c1e |
parent 63115 | 39dca4891601 |
child 63120 | 629a4c5e953e |
--- a/src/HOL/Tools/Lifting/lifting_setup.ML Mon May 23 15:46:30 2016 +0100 +++ b/src/HOL/Tools/Lifting/lifting_setup.ML Mon May 23 20:45:10 2016 +0200 @@ -1018,7 +1018,7 @@ val _ = Outer_Syntax.local_theory @{command_keyword lifting_forget} "unsetup Lifting and Transfer for the given lifting bundle" - (Parse.position Parse.name >> (lifting_forget_cmd)) + (Parse.position Parse.name >> lifting_forget_cmd) (* lifting_update *)