swh:1:snp:cb56ce13ac0807dbb699694ea4ec17024ae99aeb
Revision 83ca25b2d05918e2f5e1b28f25410d2e906ab42c authored by Dominique Larchey-Wendling on 19 April 2020, 16:08:37 UTC, committed by Dominique Larchey-Wendling on 19 April 2020, 16:08:37 UTC
1) vec_cons can no longer be used as a constructor
   but the notation _ ## _ can largely mitigate
2) Vector.cons X x n v = vec_cons X n x v ie the arguments
   are no in the same order. Ie when invoquing induction
   we explicit intro pattern, you need to rearrange arguments
3) default parameter names are diffents, typical v is replaced
   by t which means scripts that use autogenerated names will
   likely fail ...
1 parent 968ddf4
History
Tip revision: e24a92af25746f6758a09ea1dc51e57491508e60 authored by Fabian Kunze on 03 February 2021, 23:29:51 UTC
added missing html doc
Tip revision: e24a92a
File Mode Size
theories
website
.gitignore -rw-r--r-- 120 bytes
.gitmodules -rw-r--r-- 0 bytes
.travis.yml -rw-r--r-- 1.2 KB
CeCILL_LICENSE.txt -rw-r--r-- 21.3 KB
Makefile -rw-r--r-- 162 bytes
README.md -rw-r--r-- 6.6 KB
opam -rw-r--r-- 1.1 KB

README.md

back to top