mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-24 20:42:29 +00:00
Move external specializations storage subs into its own struct
This commit is contained in:
parent
882d589d5f
commit
53e1551cd1
3 changed files with 39 additions and 72 deletions
|
@ -22,6 +22,8 @@ use roc_unify::unify::{Env, Mode, Unified};
|
|||
pub use roc_solve::ability::Resolved;
|
||||
pub use roc_types::subs::instantiate_rigids;
|
||||
|
||||
pub mod storage;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct UnificationFailed;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue