Quot/quotient_tacs.ML
changeset 1113 9f6c606d5b59
parent 1112 c7069b09730b
child 1120 42b623872781
equal deleted inserted replaced
1112:c7069b09730b 1113:9f6c606d5b59
    27 
    27 
    28 (** various helper fuctions **)
    28 (** various helper fuctions **)
    29 
    29 
    30 (* Since HOL_basic_ss is too "big" for us, we *)
    30 (* Since HOL_basic_ss is too "big" for us, we *)
    31 (* need to set up our own minimal simpset.    *)
    31 (* need to set up our own minimal simpset.    *)
    32 fun  mk_minimal_ss ctxt =
    32 fun mk_minimal_ss ctxt =
    33   Simplifier.context ctxt empty_ss
    33   Simplifier.context ctxt empty_ss
    34     setsubgoaler asm_simp_tac
    34     setsubgoaler asm_simp_tac
    35     setmksimps (mksimps [])
    35     setmksimps (mksimps [])
    36 
    36 
    37 (* composition of two theorems, used in maps *)
    37 (* composition of two theorems, used in maps *)