mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Add can::builtins
This commit is contained in:
parent
6b952e0c98
commit
07001131b2
5 changed files with 271 additions and 13 deletions
|
@ -11,6 +11,7 @@
|
|||
// re-enable this when working on performance optimizations than have it block PRs.
|
||||
#![allow(clippy::large_enum_variant)]
|
||||
pub mod annotation;
|
||||
pub mod builtins;
|
||||
pub mod constraint;
|
||||
pub mod def;
|
||||
pub mod env;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue