mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
make builtin applies importable
This commit is contained in:
parent
9c5df1d5a5
commit
63c5af2882
3 changed files with 35 additions and 19 deletions
|
@ -105,6 +105,15 @@ pub fn uniq_stdlib() -> StdLib {
|
|||
mode: Mode::Uniqueness,
|
||||
types,
|
||||
aliases,
|
||||
applies: vec![
|
||||
Symbol::ATTR_ATTR,
|
||||
Symbol::LIST_LIST,
|
||||
Symbol::SET_SET,
|
||||
Symbol::MAP_MAP,
|
||||
Symbol::STR_STR,
|
||||
]
|
||||
.into_iter()
|
||||
.collect(),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue