testFunArityZero
Tests the queries
?- functor(X,foo,0).Content copied to clipboard
succeeds on a solver initialized with default built-ins and with and empty theory, producing 1 solution which binds the variable X to foo.
Tests the queries
?- functor(X,foo,0).succeeds on a solver initialized with default built-ins and with and empty theory, producing 1 solution which binds the variable X to foo.