author | haftmann |
Sun, 23 Sep 2012 08:24:19 +0200 | |
changeset 49535 | e016736fbe0a |
parent 49534 | 791e6fc53f73 |
child 49536 | 898aea2e7a94 |
--- a/src/Pure/Isar/code.ML Sat Sep 22 21:59:40 2012 +0200 +++ b/src/Pure/Isar/code.ML Sun Sep 23 08:24:19 2012 +0200 @@ -293,7 +293,7 @@ (* access to executable code *) -val the_exec = fst o Code_Data.get; +val the_exec : theory -> spec = fst o Code_Data.get; fun map_exec_purge f = Code_Data.map (fn (exec, _) => (f exec, empty_dataref ()));