iter 22b.2.1: add Constraint struct, Type::Forall.constraints
This commit is contained in:
@@ -190,6 +190,7 @@ fn spec_mentions_every_type_variant() {
|
||||
"(forall",
|
||||
Type::Forall {
|
||||
vars: vec!["a".into()],
|
||||
constraints: vec![],
|
||||
body: Box::new(Type::Var { name: "a".into() }),
|
||||
},
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user