Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Queries

The compiler uses a query-based architecture to manage the computational dependencies between different stages of the compilation process.

This is implemented using the Rock query system, and practically functions similarly to a Makefile.

The complete list of queries can be found in the Query.hs file. Every query is a constructor of the Query GADT.