diff options
| author | herbelin | 2011-06-18 18:34:08 +0000 |
|---|---|---|
| committer | herbelin | 2011-06-18 18:34:08 +0000 |
| commit | 41190a874e0db6a75cd24543c507b55129618842 (patch) | |
| tree | 8df83335088737e1dace51899a75dc5ef4458485 /CHANGES | |
| parent | f3663b4aebd5ed64d9041c0fb8f0dd67a41b2949 (diff) | |
Typo in CHANGES
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14216 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ Libraries may introduce incompatibilities. In particular, the order of the arguments for BigN.shiftl and BigN.shiftr is now reversed: the number to shift now comes first. By default, the power function now takes two BigN. -- Creation of Vector, an idenpedant library for list indiced by their length. +- Creation of Vector, an independant library for list indiced by their length. Vectors' names overwrite lists' one so you shouldn't "Import" the library. All old names change: functions' name become the CaML one and for example Vcons become Vector.cons. You can use notations by importing |
