Move can-derived bodies to their own module

This commit is contained in:
Ayaz Hafiz 2022-10-18 14:10:24 -05:00
parent 6edab8b7cc
commit 59dfc4ab99
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
3 changed files with 192 additions and 185 deletions

View file

@ -7,6 +7,7 @@ pub mod builtins;
pub mod constraint;
pub mod copy;
pub mod def;
mod derive;
pub mod effect_module;
pub mod env;
pub mod exhaustive;