mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
add standard library .roc files
This commit is contained in:
parent
750fbf2dcf
commit
ca16099e83
10 changed files with 444 additions and 0 deletions
|
@ -2,4 +2,5 @@
|
|||
// See github.com/rtfeldman/roc/issues/800 for discussion of the large_enum_variant check.
|
||||
#![allow(clippy::large_enum_variant)]
|
||||
pub mod bitcode;
|
||||
pub mod standard_library;
|
||||
pub mod std;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue