mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Merge branch 'trunk' of github.com:rtfeldman/roc into str-split
This commit is contained in:
commit
415a37a891
86 changed files with 5156 additions and 2360 deletions
|
@ -12,6 +12,7 @@ pub enum Mode {
|
|||
Uniqueness,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct StdLib {
|
||||
pub mode: Mode,
|
||||
pub types: MutMap<Symbol, (SolvedType, Region)>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue