Standard Library

Zirric’s standard library is written in Zirric. These pages document the
available modules and their declarations as they appear in the source files.

Modules

  • Prelude - Core types, annotations, and language primitives.
  • Future - Experimental proposal scaffolding and annotations.
  • Future.Prelude - Proposed prelude extensions such
    as iterables, option/result types, and attribute binding.
  • Future.Reflect - Reflection stubs for future-facing
    metadata access.
  • Future.Cave - Cavefile schema, dependency annotations,
    and package metadata for ZE-002.
  • Future.Tasks - Task declaration annotations and
    unions for Cavefile automation.