aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/libtypes.ml
diff options
context:
space:
mode:
authorGravatar puech <puech@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-03-11 15:02:41 +0000
committerGravatar puech <puech@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-03-11 15:02:41 +0000
commit0b0194b266f241b6400fecf0ff650402e4e7f0b7 (patch)
tree2342bb0af90c467eeafd213d1a7f128589083a83 /toplevel/libtypes.ml
parent1e936ed5151dd2b2716b8b17662e87122d92304d (diff)
No delta-reduction in libtypes anymore
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12858 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel/libtypes.ml')
-rw-r--r--toplevel/libtypes.ml8
1 files changed, 5 insertions, 3 deletions
diff --git a/toplevel/libtypes.ml b/toplevel/libtypes.ml
index 7a065ae02..04064025f 100644
--- a/toplevel/libtypes.ml
+++ b/toplevel/libtypes.ml
@@ -15,9 +15,11 @@ open Names
* Module construction
*)
-let reduce c = Reductionops.head_unfold_under_prod
- (Auto.Hint_db.transparent_state (Auto.searchtable_map "typeclass_instances"))
- (Global.env()) Evd.empty c
+(* let reduce c = Reductionops.head_unfold_under_prod *)
+(* (Auto.Hint_db.transparent_state (Auto.searchtable_map "typeclass_instances")) *)
+(* (Global.env()) Evd.empty c *)
+
+let reduce c = c
module TypeDnet = Term_dnet.Make
(struct