Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.brim-lang.com/llms.txt

Use this file to discover all available pages before exploring further.

What this means

generic item invoked with wrong number of type parameters

Metadata

  • Code: E3006
  • Default level: Error
  • Phase: Type Check
  • Canonical docs URL: https://docs.brim-lang.com/diagnostics/E3006
  • Tags: types, generics

How to fix

  • supply missing type arguments
  • remove extras

Typical output

E3006: generic arity mismatch
note: generic item invoked with wrong number of type parameters