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

match arms yield incompatible types

Metadata

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

How to fix

  • unify arm result types
  • insert coercions

Typical output

E3011: match arms incompatible
note: match arms yield incompatible types