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

module imports form a cycle

Metadata

  • Code: E2006
  • Default level: Error
  • Phase: Name Resolution
  • Canonical docs URL: https://docs.brim-lang.com/diagnostics/E2006
  • Tags: name, modules

How to fix

  • break the import cycle
  • merge modules or introduce a facade

Typical output

E2006: cyclic module graph
note: module imports form a cycle