pub const LOWERED_MAP: &str = "hash-map";Expand description
The callee a {...} map literal lowers to.
hash-map, not map. tatara binds map to the higher-order function,
so a literal lowering to (map …) called the HOF with the key/value pairs
as arguments and failed with “expected list, got int”. Same shadowing class
as LOWERED_ASSERT, caught by the same gate once the name was listed
there — it was not, which is why this shipped.