Remove debug line for pretty-printing test, and add '--debug' flag to 'check instead.

This commit is contained in:
KtorZ
2022-12-14 22:31:25 +01:00
parent e5972640d2
commit 5024bd884c
5 changed files with 32 additions and 9 deletions

View File

@@ -5,6 +5,7 @@ use std::sync::{
pub mod air;
pub mod ast;
pub mod builder;
pub mod builtins;
pub mod expr;
pub mod format;
@@ -12,7 +13,6 @@ pub mod parser;
pub mod pretty;
pub mod tipo;
pub mod uplc;
pub mod builder;
#[derive(Debug, Default, Clone)]
pub struct IdGenerator {