src/Provers/blast.ML
changeset 15786 81e9f17823ea
parent 15661 9ef583b08647
child 16774 515b6020cf5d
equal deleted inserted replaced
15785:ae6943098223 15786:81e9f17823ea
    75     | Skolem of string * term option ref list
    75     | Skolem of string * term option ref list
    76     | Free  of string
    76     | Free  of string
    77     | Var   of term option ref
    77     | Var   of term option ref
    78     | Bound of int
    78     | Bound of int
    79     | Abs   of string*term
    79     | Abs   of string*term
    80     | $  of term*term;
    80     | op $  of term*term;
    81   type branch
    81   type branch
    82   val depth_tac 	: claset -> int -> int -> tactic
    82   val depth_tac 	: claset -> int -> int -> tactic
    83   val depth_limit : int ref
    83   val depth_limit : int ref
    84   val blast_tac 	: claset -> int -> tactic
    84   val blast_tac 	: claset -> int -> tactic
    85   val Blast_tac 	: int -> tactic
    85   val Blast_tac 	: int -> tactic