Made effect variant more concise.

This commit is contained in:
2017-06-27 17:50:42 +02:00
parent 4622f31fa4
commit 0beab67bd4
3 changed files with 11 additions and 12 deletions

View File

@@ -219,10 +219,9 @@ namespace detail
{
// TODO: add missing types
using EffectT = Variant<
AtomicFormula,
Literal,
AndPointer<Effect>,
ForAllPointer<Effect>,
NotPointer<Effect>,
WhenPointer<Precondition, ConditionalEffect>>;
}