summaryrefslogtreecommitdiffstats
path: root/typing/typeclass.ml
diff options
context:
space:
mode:
Diffstat (limited to 'typing/typeclass.ml')
-rw-r--r--typing/typeclass.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/typing/typeclass.ml b/typing/typeclass.ml
index 232fca860..4d2e0ab84 100644
--- a/typing/typeclass.ml
+++ b/typing/typeclass.ml
@@ -994,7 +994,7 @@ let rec approx_description ct =
let temp_abbrev loc env id arity =
let params = ref [] in
- for i = 1 to arity do
+ for _i = 1 to arity do
params := Ctype.newvar () :: !params
done;
let ty = Ctype.newobj (Ctype.newvar ()) in