diff options
| author | herbelin | 2000-01-26 17:22:13 +0000 |
|---|---|---|
| committer | herbelin | 2000-01-26 17:22:13 +0000 |
| commit | d56cc2ca71eee52a26f401ad2b37b8d9e6019a3c (patch) | |
| tree | 989cc0c825d7c8ac2e95e5f173caf24ae3cd29f7 /kernel/term.ml | |
| parent | 3c0c85ea71400cd4b2d1dc5630405dc1f90aa5f3 (diff) | |
MAJ ocaml 2.99 (espaces dans la syntaxe des cast)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@284 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/term.ml')
| -rw-r--r-- | kernel/term.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/term.ml b/kernel/term.ml index a7ec0cfa1a..c08bb1d86e 100644 --- a/kernel/term.ml +++ b/kernel/term.ml @@ -1112,7 +1112,7 @@ let rec rename_bound_var l = function (* First utilities for avoiding telescope computation for subst_term *) -let prefix_application k (c:constr) (t:constr) = +let prefix_application k (c : constr) (t : constr) = match (whd_castapp c,whd_castapp t) with | ((DOPN(AppL,cl1)),DOPN(AppL,cl2)) -> let l1 = Array.length cl1 @@ -1124,7 +1124,7 @@ let prefix_application k (c:constr) (t:constr) = None | (_,_) -> None -let prefix_application_eta k (c:constr) (t:constr) = +let prefix_application_eta k (c : constr) (t : constr) = match (whd_castapp c,whd_castapp t) with | ((DOPN(AppL,cl1)),DOPN(AppL,cl2)) -> let l1 = Array.length cl1 |
