Skip to content
Commit f3b86db6 authored by Christoph Schwering's avatar Christoph Schwering
Browse files

There is a unary and binary Maybe now.

Maybe is a variadic template (without any content) with two
specializations for the unary and binary case.

In the SimpleClause and Clause unification we return the MGU and the
result of unification together. The first solution was to use
Maybe<std::pair<Unifier, [Simple]Clause>>. Now it's
Maybe<Unifier, [Simple]Clause>>.
parent 14ccd664
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment