mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Merge pull request #2604 from rtfeldman/early-exhaustiveness-checking
Move out exhaustiveness checking to its own crate
This commit is contained in:
commit
f30c07edd0
11 changed files with 508 additions and 459 deletions
|
@ -40,6 +40,8 @@ pub struct Uppercase(IdentStr);
|
|||
#[derive(Clone, PartialEq, Eq, Hash, PartialOrd, Ord, Debug)]
|
||||
pub struct ForeignSymbol(IdentStr);
|
||||
|
||||
pub type TagIdIntType = u16;
|
||||
|
||||
#[derive(Clone, Debug, PartialEq, Eq, Hash, PartialOrd, Ord)]
|
||||
pub enum TagName {
|
||||
/// Global tags have no module, but tend to be short strings (since they're
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue