author | wenzelm |
Mon, 11 Sep 2000 17:35:17 +0200 | |
changeset 9914 | 67e9b7239548 |
parent 9913 | b9ecbe4667d0 |
child 9915 | 8de4ea6de3d0 |
--- a/src/HOL/Tools/induct_method.ML Mon Sep 11 17:34:42 2000 +0200 +++ b/src/HOL/Tools/induct_method.ML Mon Sep 11 17:35:17 2000 +0200 @@ -240,7 +240,7 @@ val cert = Thm.cterm_of sg; fun inst_rule insts thm = - (align_right "Rule has fewer premises than arguments given" (Thm.prems_of thm) insts + (align_left "Rule has fewer premises than arguments given" (Thm.prems_of thm) insts |> (flat o map (prep_inst align_left cert)) |> Drule.cterm_instantiate) thm;