use bitvec to return SCCs

This commit is contained in:
Folkert 2022-04-24 16:51:51 +02:00
parent a7e781ece2
commit b8db6aae8d
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 47 additions and 10 deletions

View file

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