1signature stack_introLib =
2sig
3
4  val STACK_INTRO_RULE : int list -> Thm.thm -> Thm.thm
5
6end
7