Add to-do note
This commit is contained in:
parent
b5d049a82a
commit
2dff164d90
@ -118,6 +118,7 @@ where
|
|||||||
Ok((scoped_formula, remaining_input))
|
Ok((scoped_formula, remaining_input))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: rename
|
||||||
fn variable_free_formula<'i, D>(input: &'i str, declarations: &D)
|
fn variable_free_formula<'i, D>(input: &'i str, declarations: &D)
|
||||||
-> Result<(foliage::Formula, &'i str), crate::Error>
|
-> Result<(foliage::Formula, &'i str), crate::Error>
|
||||||
where
|
where
|
||||||
|
Loading…
Reference in New Issue
Block a user