Minor renaming
This commit is contained in:
parent
451b887019
commit
a2268ab85b
@ -209,7 +209,7 @@ impl<'i> FormulaStr<'i>
|
|||||||
{
|
{
|
||||||
// TODO: improve error handling if the formulas between the operators are invalid
|
// TODO: improve error handling if the formulas between the operators are invalid
|
||||||
self.split_at_logical_connective(top_level_logical_connective)
|
self.split_at_logical_connective(top_level_logical_connective)
|
||||||
.map(|subformula| FormulaStr::new(subformula?).parse(level + 1))
|
.map(|argument| FormulaStr::new(argument?).parse(level + 1))
|
||||||
.collect::<Result<Vec<_>, _>>()
|
.collect::<Result<Vec<_>, _>>()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user