equal
deleted
inserted
replaced
345 fun tac text state = |
345 fun tac text state = |
346 state |
346 state |
347 |> Proof.goal_facts (K []) |
347 |> Proof.goal_facts (K []) |
348 |> refine text; |
348 |> refine text; |
349 |
349 |
350 fun then_tac text state = |
350 val then_tac = refine; |
351 state |
|
352 |> Proof.goal_facts Proof.the_facts |
|
353 |> refine text; |
|
354 |
351 |
355 |
352 |
356 (* structured proof steps *) |
353 (* structured proof steps *) |
357 |
354 |
358 val default_text = named_method "default"; |
355 val default_text = named_method "default"; |