Add to-do note

This commit is contained in:
Patrick Lühne 2020-05-11 03:40:27 +02:00
parent 2c660ff902
commit 0011fd9d4c
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ pub(crate) struct ScopedFormula
pub formula: foliage::Formula,
}
// Move to separate utils file
pub(crate) fn existential_closure(scoped_formula: crate::ScopedFormula) -> foliage::Formula
{
match scoped_formula.free_variable_declarations.is_empty()