mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
resolve feedback, added compiler stages diagram
This commit is contained in:
parent
a3f901427a
commit
d702e391b8
7 changed files with 20 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue