mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Merge remote-tracking branch 'origin/trunk' into use-fewer-variables
This commit is contained in:
commit
21bbfd3c94
88 changed files with 2532 additions and 2251 deletions
|
@ -6,7 +6,7 @@ use roc_types::solved_types::{BuiltinAlias, SolvedType};
|
|||
use roc_types::subs::VarId;
|
||||
use std::collections::HashMap;
|
||||
|
||||
#[derive(Clone, Copy)]
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
pub enum Mode {
|
||||
Standard,
|
||||
Uniqueness,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue