--- a/src/HOL/Tools/SMT/smt_translate.ML Thu Sep 16 14:24:48 2010 +0200
+++ b/src/HOL/Tools/SMT/smt_translate.ML Thu Sep 16 14:26:09 2010 +0200
@@ -258,7 +258,7 @@
header = header,
sorts = Typtab.fold (fn (_, (n, true)) => cons n | _ => I) typs [],
funcs = Termtab.fold (fn (_, (n, SOME ss)) => cons (n,ss) | _ => I) terms [],
- dtyps = dtyps }
+ dtyps = rev dtyps }
fun make_recon (unfolds, assms) (_, typs, _, _, terms) = {
typs = Symtab.make (map (apfst fst o swap) (Typtab.dest typs)),
--- a/src/Tools/nbe.ML Thu Sep 16 14:24:48 2010 +0200
+++ b/src/Tools/nbe.ML Thu Sep 16 14:26:09 2010 +0200
@@ -555,6 +555,7 @@
|> traced (fn _ => "---\n")
end;
+
(* function store *)
structure Nbe_Functions = Code_Data