Store builtins as a Map

This commit is contained in:
Richard Feldman 2020-06-06 23:41:09 -04:00
parent a1d15f42bb
commit 9e02537ebb
3 changed files with 33 additions and 12 deletions

View file

@ -24,3 +24,6 @@ pub mod pattern;
pub mod procedure;
pub mod scope;
pub mod string;
#[macro_use]
extern crate roc_collections;