diff -r e65eed943bee -r 42408be39d6c src/Pure/Build/export_theory.ML --- a/src/Pure/Build/export_theory.ML Tue Jul 23 15:54:43 2024 +0100 +++ b/src/Pure/Build/export_theory.ML Tue Jul 23 22:50:59 2024 +0200 @@ -140,7 +140,7 @@ (* recode *) - val thy_cache = perhaps ZTerm.init_cache thy; + val thy_cache = thy; (* FIXME tmp *) val ztyp_of = ZTerm.ztyp_cache thy_cache; val zterm_of = ZTerm.zterm_of thy_cache;