add standard library .roc files

This commit is contained in:
Folkert 2022-03-23 17:13:16 +01:00
parent 750fbf2dcf
commit ca16099e83
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
10 changed files with 444 additions and 0 deletions

View file

@ -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;