resolve feedback, added compiler stages diagram

This commit is contained in:
Luke Boswell 2022-11-06 09:15:18 +11:00
parent a3f901427a
commit d702e391b8
No known key found for this signature in database
GPG key ID: 0E908525B2C7BD68
7 changed files with 20 additions and 8 deletions

View file

@ -1,5 +1,5 @@
//! [Exhaustiveness](https://dev.to/babak/exhaustive-type-checking-with-typescript-4l3f) checking, based on "Warning for pattern matching" (Luc Maranget, 2007).
//! http://moscova.inria.fr/~maranget/papers/warn/warn.pdf
//! Exhaustiveness checking, based on [Warnings for pattern matching](http://moscova.inria.fr/~maranget/papers/warn/warn.pdf)
//! (Luc Maranget, 2007).
use roc_collections::all::{HumanIndex, MutMap};
use roc_error_macros::internal_error;