Fixing other tests
This commit is contained in:
@@ -947,6 +947,8 @@ pub fn softcast_data_to_type_otherwise(
|
||||
then: Term<Name>,
|
||||
otherwise_delayed: Term<Name>,
|
||||
) -> Term<Name> {
|
||||
assert!(matches!(otherwise_delayed, Term::Var(_)));
|
||||
|
||||
let uplc_type = field_type.get_uplc_type();
|
||||
|
||||
let callback = |v| then.lambda(name).apply(v);
|
||||
|
||||
@@ -2,7 +2,6 @@ use super::air::{Air, ExpectLevel};
|
||||
use crate::{
|
||||
ast::{BinOp, Curve, Span, UnOp},
|
||||
builtins::{bool, byte_array, data, int, list, string, void},
|
||||
gen_uplc::AssignmentProperties,
|
||||
tipo::{Type, ValueConstructor, ValueConstructorVariant},
|
||||
};
|
||||
use indexmap::IndexSet;
|
||||
|
||||
Reference in New Issue
Block a user