mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 15:15:47 +03:00
debug json
This commit is contained in:
parent
4b4247427b
commit
6d08e8920f
@ -216,6 +216,7 @@ impl Namespace for CompileNamespace {
|
|||||||
"debug print initial ast {:?}",
|
"debug print initial ast {:?}",
|
||||||
Ast::from_json_file("/tmp/output/initial_ast.json".into())
|
Ast::from_json_file("/tmp/output/initial_ast.json".into())
|
||||||
.unwrap_or_else(|_| Ast::new(Program::new("Error reading initial theorem.".to_string())))
|
.unwrap_or_else(|_| Ast::new(Program::new("Error reading initial theorem.".to_string())))
|
||||||
|
.to_json_string()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user