changeset 80613 | 42408be39d6c |
parent 80608 | 0b8922e351a3 |
child 81503 | 60e61a934a80 |
--- 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;