some type and expect fixes

This commit is contained in:
microproofs
2023-07-26 18:41:57 -04:00
committed by Kasey
parent 3545bad3c4
commit dcb3a9b45b
2 changed files with 7 additions and 21 deletions

View File

@@ -834,21 +834,6 @@ impl AirTree {
),
void(),
vec![
AirTree::var(
ValueConstructor::public(
void(),
ValueConstructorVariant::ModuleFn {
name: EXPECT_ON_LIST.to_string(),
field_map: None,
module: "".to_string(),
arity: 1,
location: Span::empty(),
builtin: None,
},
),
EXPECT_ON_LIST,
"",
),
AirTree::builtin(
DefaultFunction::TailList,
list(data()),