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

pattern arm can never match

Metadata

  • Code: E3013
  • Default level: Warning
  • Phase: Type Check
  • Canonical docs URL: https://docs.brim-lang.com/diagnostics/E3013
  • Tags: types, patterns

How to fix

  • delete unreachable arm
  • reorder patterns

Typical output

E3013: unreachable pattern
note: pattern arm can never match