Move external specializations storage subs into its own struct

This commit is contained in:
Ayaz Hafiz 2022-09-06 14:33:41 -05:00
parent 882d589d5f
commit 53e1551cd1
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
3 changed files with 39 additions and 72 deletions

View file

@ -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;