mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Store builtins as a Map
This commit is contained in:
parent
a1d15f42bb
commit
9e02537ebb
3 changed files with 33 additions and 12 deletions
|
@ -24,3 +24,6 @@ pub mod pattern;
|
|||
pub mod procedure;
|
||||
pub mod scope;
|
||||
pub mod string;
|
||||
|
||||
#[macro_use]
|
||||
extern crate roc_collections;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue