mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
wip
This commit is contained in:
parent
00c27b087b
commit
34148645ae
6 changed files with 1139 additions and 46 deletions
|
@ -8,7 +8,7 @@ use roc_can::expr::Expr;
|
|||
use roc_can::pattern::Pattern;
|
||||
use roc_can::{def::Def, module::ExposedByModule};
|
||||
use roc_collections::{MutMap, VecMap};
|
||||
use roc_derive_key::{inspect, DeriveKey};
|
||||
use roc_derive_key::DeriveKey;
|
||||
use roc_module::symbol::{IdentIds, ModuleId, Symbol};
|
||||
use roc_region::all::Loc;
|
||||
use roc_types::subs::{
|
||||
|
@ -19,7 +19,7 @@ use util::Env;
|
|||
mod decoding;
|
||||
mod encoding;
|
||||
mod hash;
|
||||
|
||||
mod inspect;
|
||||
mod util;
|
||||
|
||||
pub(crate) const DERIVED_SYNTH: ModuleId = ModuleId::DERIVED_SYNTH;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue