generate the Effect type and after/map/etc methods in a hosted module

This commit is contained in:
Folkert 2022-02-02 16:49:56 +01:00
parent c335a8b406
commit 14c0caa275
3 changed files with 80 additions and 9 deletions

View file

@ -2,5 +2,4 @@
// See github.com/rtfeldman/roc/issues/800 for discussion of the large_enum_variant check.
#![allow(clippy::large_enum_variant)]
pub mod docs;
pub mod effect_module;
pub mod file;