Skip to content

Correct `Params` instances for `lookup` and `singletonM`.

Robbert Krebbers requested to merge robbert/params_lookup into master

We always use Leibniz keys (nat for list, Countable for maps), so the Params should be one higher.

In fact, for singletonM and insert we already use the correct number for Params.

Merge request reports