diff options
| author | mohring | 2000-11-07 17:59:12 +0000 |
|---|---|---|
| committer | mohring | 2000-11-07 17:59:12 +0000 |
| commit | a20954f5c5a26efa37a3902b50473e1a3adb6caa (patch) | |
| tree | bbc45b388f15e8d09aac42274f614acf0ebeeef4 /Makefile | |
| parent | 226956f8efbd0db70f9fe8762505202cd9041fe4 (diff) | |
Modification de la table des tactic Definitions pour eviter l'ecriture
de fonctions dans les .vo
ajout de lemmes dans EqNat, Logic_Type
suppression de PolyListSyntax qui redefinissait le Infix de append
Recherche d'instances a reecrire dans les Cases et les FixPoint
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@820 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -257,7 +257,7 @@ ZARITHVO=theories/Zarith/Wf_Z.vo theories/Zarith/Zsyntax.vo \ theories/Zarith/ZArith_dec.vo theories/Zarith/fast_integer.vo \ theories/Zarith/Zmisc.vo theories/Zarith/zarith_aux.vo -LISTSVO=theories/Lists/List.vo theories/Lists/PolyListSyntax.vo \ +LISTSVO=theories/Lists/List.vo \ theories/Lists/ListSet.vo theories/Lists/Streams.vo \ theories/Lists/PolyList.vo theories/Lists/TheoryList.vo |
