src/HOL/Library/normarith.ML
changeset 33043 ff71cadefb14
parent 33040 cffdb7b28498
parent 33042 ddf1f03a9ad9
child 35408 b48ab741683b
--- a/src/HOL/Library/normarith.ML	Wed Oct 21 10:15:31 2009 +0200
+++ b/src/HOL/Library/normarith.ML	Wed Oct 21 12:08:52 2009 +0200
@@ -286,7 +286,7 @@
    val dests = distinct (op aconvc) (map snd rawdests)
    val srcfuns = map vector_lincomb sources
    val destfuns = map vector_lincomb dests 
-   val vvs = fold_rev (curry (union op aconvc) o FuncUtil.Ctermfunc.dom) (srcfuns @ destfuns) []
+   val vvs = fold_rev (union (op aconvc) o FuncUtil.Ctermfunc.dom) (srcfuns @ destfuns) []
    val n = length srcfuns
    val nvs = 1 upto n
    val srccombs = srcfuns ~~ nvs