aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/classops.ml
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/classops.ml')
-rw-r--r--pretyping/classops.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pretyping/classops.ml b/pretyping/classops.ml
index a4b4260ad..35ffda0a1 100644
--- a/pretyping/classops.ml
+++ b/pretyping/classops.ml
@@ -383,8 +383,7 @@ let (inCoercion,_) =
cache_function = cache_coercion;
subst_function = subst_coercion;
classify_function = (fun x -> Substitute x);
- discharge_function = discharge_coercion;
- export_function = (function x -> Some x) }
+ discharge_function = discharge_coercion }
let declare_coercion coef stre ~isid ~src:cls ~target:clt ~params:ps =
Lib.add_anonymous_leaf (inCoercion (coef,stre,isid,cls,clt,ps))