Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Innokenty committed Dec 13, 2024
1 parent 27a88e3 commit 042e6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/metta/runner/stdlib/debug.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use crate::space::*;
use crate::common::assert::vec_eq_no_order;
use crate::atom::matcher::atoms_are_equivalent;
use crate::metta::runner::stdlib::{grounded_op, atom_to_string, regex, interpret_no_error, unit_result};
use crate::metta::runner::arithmetics::Bool;
use crate::metta::runner::arithmetics::*;

use std::convert::TryInto;

Expand Down

0 comments on commit 042e6b2

Please sign in to comment.