pub const MISSING_PARAMETER_TYPE: &str = "cove::type::missing_parameter_type";
A declaration’s parameter has no written type. Unlike a lambda’s, it has no expected type at a call site to infer from.