diff options
| author | herbelin | 2002-12-10 09:41:40 +0000 |
|---|---|---|
| committer | herbelin | 2002-12-10 09:41:40 +0000 |
| commit | d7a5e6a25303e69def77354af594d6d13094b37b (patch) | |
| tree | 024dd373e078b96ab9b238a615327c2e40960f50 | |
| parent | cc00a83aa3153f2d646e0f85aebd521108594f8c (diff) | |
Commentaires
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3409 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | pretyping/typing.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pretyping/typing.ml b/pretyping/typing.ml index 4e673db8b5..fc4b50ed26 100644 --- a/pretyping/typing.ml +++ b/pretyping/typing.ml @@ -159,6 +159,7 @@ let unsafe_machine env sigma constr = let type_of env sigma c = let j = safe_machine env sigma c in + (* No normalization: it breaks Pattern! *) (*nf_betaiota*) (body_of_type j.uj_type) (* The typed type of a judgment. *) |
