Display counterexamples as Aiken values instead of raw UPLC.

This commit is contained in:
KtorZ
2024-02-27 18:36:21 +01:00
parent c766f44601
commit 14f1025f0b
21 changed files with 521 additions and 218 deletions

View File

@@ -2,8 +2,10 @@ use std::collections::HashMap;
use std::path::PathBuf;
use aiken_lang::{
ast::{ModuleKind, TraceLevel, Tracing, TypedDataType, TypedFunction},
gen_uplc::builder::{DataTypeKey, FunctionAccessKey},
ast::{
DataTypeKey, FunctionAccessKey, ModuleKind, TraceLevel, Tracing, TypedDataType,
TypedFunction,
},
parser,
tipo::TypeInfo,
IdGenerator,