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 guard must be boolean typed

Metadata

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

How to fix

  • return bool
  • compare explicitly

Typical output

E3036: guard expression not bool
note: match guard must be boolean typed