foliage-rs/src
Patrick Lühne 8e32b58c99
Remove unneeded indirection from vector types
The type aliases for vectors of formulas and terms were defined as
vectors of boxed formulas and terms, respectively. This is an
unnecessary indirection, so store the formulas and terms directly.
2020-04-13 22:16:01 +02:00
..
format Support n-ary biconditionals 2020-04-13 21:59:25 +02:00
ast.rs Remove unneeded indirection from vector types 2020-04-13 22:16:01 +02:00
format.rs Split formatting utils into separate files 2020-04-09 22:09:15 +02:00
lib.rs Initial commit 2020-02-05 03:23:11 +01:00