# HG changeset patch # User haftmann # Date 1598036369 0 # Node ID bdf77466b6c8dc93013c024861552b3f20c6304d # Parent 0f9ebade33abe9a8c23d6d9f8bc750bd04ec8166 proper syntax declaration diff -r 0f9ebade33ab -r bdf77466b6c8 src/HOL/Statespace/state_space.ML --- a/src/HOL/Statespace/state_space.ML Fri Aug 21 12:43:07 2020 +0100 +++ b/src/HOL/Statespace/state_space.ML Fri Aug 21 18:59:29 2020 +0000 @@ -299,7 +299,7 @@ fun add_declaration name decl thy = thy |> Named_Target.init name - |> (fn lthy => Local_Theory.declaration {syntax = false, pervasive = false} (decl lthy) lthy) + |> (fn lthy => Local_Theory.declaration {syntax = true, pervasive = false} (decl lthy) lthy) |> Local_Theory.exit_global; fun parent_components thy (Ts, pname, renaming) =