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
Raw File
Directory is empty
back to top