roc/crates/compiler/load_internal
Richard Feldman ada83561e5
Split ListLen into ListLenU64 and ListLenUsize
The usize one gets used internally for things like
pattern matches. This is both more efficient (means
they don't have to do unnecessary casts) and also
less error-prone due to e.g. comparing length to
capacity, which is usize.
2024-02-14 21:00:49 -05:00
..
src Split ListLen into ListLenU64 and ListLenUsize 2024-02-14 21:00:49 -05:00
tests Merge remote-tracking branch 'origin/main' into remove-nat 2024-02-11 12:26:36 -05:00
Cargo.toml Push checkmate through load 2023-07-17 09:51:00 -05:00