lean4-htt/library/init
Leonardo de Moura 452d5107ac chore(library/init/data/array): naming convention
The array read and write operations are now called:

- "Comfortable" version (with runtime bound checks):
  `Array.get` and `Array.set` like OCaml.
   It is also consistent with `Ref.get` and `Ref.put`,
   and `get` and `set` for `MonadState`.

- `Fin` version (without runtime bound checks):
  `Array.index` and `Array.update` like in F*.

- `USize` version (without runtime bound checks and unboxing):
  `Array.idx` and `Array.updt`.

cc @kha
2019-03-21 18:03:29 -07:00
..
control refactor(library/init): use get and set for State EState and Ref 2019-03-21 16:34:32 -07:00
data chore(library/init/data/array): naming convention 2019-03-21 18:03:29 -07:00
lean chore(library/init/data/array): add HasEmptyc instance 2019-03-21 17:06:56 -07:00
coe.lean chore(library/init): Bool.tt => Bool.true and Bool.ff => Bool.false 2019-03-21 15:06:44 -07:00
core.lean chore(library/init/core): remove dead code 2019-03-21 16:24:20 -07:00
default.lean chore(library): use lowercase in imports 2019-03-21 15:06:44 -07:00
env_ext.lean chore(library): capitalize types and namespaces 2019-03-21 15:06:43 -07:00
fix.lean chore(*): small fixes 2019-03-21 15:06:44 -07:00
function.lean chore(library): capitalize more Props 2019-03-21 15:06:45 -07:00
init.md chore(*.md): fix/remove broken links 2016-02-23 10:11:24 -08:00
io.lean chore(runtime, stage0): update Ref primitive operation names 2019-03-21 16:43:54 -07:00
platform.lean chore(library): capitalize types and namespaces 2019-03-21 15:06:43 -07:00
util.lean chore(*): Uint => UInt, Usize => USize 2019-03-21 15:06:44 -07:00
wf.lean chore(library/init/core): more renaming 2019-03-21 15:06:45 -07:00