mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
use bitvec to return SCCs
This commit is contained in:
parent
a7e781ece2
commit
b8db6aae8d
2 changed files with 47 additions and 10 deletions
|
@ -30,7 +30,6 @@ use roc_types::types::AliasKind;
|
|||
use roc_types::types::LambdaSet;
|
||||
use roc_types::types::{Alias, Type};
|
||||
use std::fmt::Debug;
|
||||
use ven_graph::topological_sort;
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct Def {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue