src/FOLP/hypsubst.ML
changeset 42799 4e33894aec6d
parent 42125 a8cbb9371154
child 56245 84fc7dfa3cd4
equal deleted inserted replaced
42798:02c88bdabe75 42799:4e33894aec6d
    24     (*exported purely for debugging purposes*)
    24     (*exported purely for debugging purposes*)
    25   val eq_var              : bool -> term -> int * thm
    25   val eq_var              : bool -> term -> int * thm
    26   val inspect_pair        : bool -> term * term -> thm
    26   val inspect_pair        : bool -> term * term -> thm
    27   end;
    27   end;
    28 
    28 
    29 functor HypsubstFun(Data: HYPSUBST_DATA): HYPSUBST =
    29 functor Hypsubst(Data: HYPSUBST_DATA): HYPSUBST =
    30 struct
    30 struct
    31 
    31 
    32 local open Data in
    32 local open Data in
    33 
    33 
    34 exception EQ_VAR;
    34 exception EQ_VAR;