Generate effectful hosted functions

This commit is contained in:
Agus Zubiaga 2024-10-13 22:50:27 -03:00
parent 7af05cc6c9
commit bc3ab0186a
No known key found for this signature in database
8 changed files with 59 additions and 56 deletions

View file

@ -14,6 +14,7 @@ pub mod copy;
pub mod def;
mod derive;
pub mod desugar;
pub mod effect_module;
pub mod env;
pub mod exhaustive;
pub mod expected;
@ -25,7 +26,6 @@ pub mod procedure;
pub mod scope;
pub mod string;
pub mod suffixed;
pub mod task_module;
pub mod traverse;
pub use derive::DERIVED_REGION;