src/HOL/Statespace/state_space.ML
changeset 33457 0fc03a81c27c
parent 33222 89ced80833ac
child 33519 e31a85f92ce9
equal deleted inserted replaced
33456:fbd47f9b9b12 33457:0fc03a81c27c
   353 
   353 
   354 
   354 
   355 fun add_declaration name decl thy =
   355 fun add_declaration name decl thy =
   356   thy
   356   thy
   357   |> TheoryTarget.init name
   357   |> TheoryTarget.init name
   358   |> (fn lthy => LocalTheory.declaration (decl lthy) lthy)
   358   |> (fn lthy => LocalTheory.declaration false (decl lthy) lthy)
   359   |> LocalTheory.exit_global;
   359   |> LocalTheory.exit_global;
   360 
   360 
   361 fun parent_components thy (Ts, pname, renaming) =
   361 fun parent_components thy (Ts, pname, renaming) =
   362   let
   362   let
   363     val ctxt = Context.Theory thy;
   363     val ctxt = Context.Theory thy;