diff options
| author | herbelin | 2000-10-18 17:51:58 +0000 |
|---|---|---|
| committer | herbelin | 2000-10-18 17:51:58 +0000 |
| commit | edfda2501f08f18e24bd2e3eca763eb1c2dec0ea (patch) | |
| tree | e4c42c670c2f61b95a7a0f68fd96f635aeef8b2b /kernel/instantiate.ml | |
| parent | a586cb418549eb523a3395155cab2560fd178571 (diff) | |
Simplifications autour de typed_type (renommé types par analogie avec sorts); documentation
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@727 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/instantiate.ml')
| -rw-r--r-- | kernel/instantiate.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/instantiate.ml b/kernel/instantiate.ml index ab818d0e52..e6a25e6a3c 100644 --- a/kernel/instantiate.ml +++ b/kernel/instantiate.ml @@ -26,7 +26,7 @@ let instantiate_constr sign c args = replace_vars inst c let instantiate_type sign tty args = - typed_app (fun c -> instantiate_constr sign c args) tty + type_app (fun c -> instantiate_constr sign c args) tty (* Constants. *) |
