Bennet Bleßmann

Results 14 issues of Bennet Bleßmann

Currently [slice patterns](https://doc.rust-lang.org/reference/patterns.html#slice-patterns) can match fixed sized arrays and dynamic sized slices. It would be useful in code over generic length array to also be able to match on dynamic...

```sh %HOME/git/scyer-prolog $> cargo tree -i syn@1 syn v1.0.109 ├── proc-macro-error v1.0.4 │ └── iai-callgrind-macros v0.3.0 (proc-macro) │ └── iai-callgrind v0.12.1 │ [dev-dependencies] │ └── scryer-prolog v0.9.4 (/mnt/c/Users/Bennet/Git/scryer-prolog) └── scryer-modular-bitfield-impl...

In #2439 I eliminate most miri failures though various horrendously slow tests remain. Most of these test spend a lot of time in `Machine::new` With the following simplified test ```rust...