Commands

bool.Bool.not

Boolean not

assert.assert-fail

Check that a call results in an error.

assert.assert-equal

Check that two values are equal.

core.result-set

Construct a result set value.

network.count

Count the number of assertions in a Network.

core.docs

Create a network that contains documentation for the available commands.

core.eval

Eval a quote.

network.apply

Fill in Variables in a Network with values from a Result Set.

network.union

Find the union of two Networks.

core.ignore

Ignore any arguments passed and return working state unchanged.

tinydl.infer

Infer all supported tiny-dl relations.

network.match

Match a pattern against a network.

io.open-local-library

Open a local dependency that is in the $WANDER_LIBS directory.

io.open-local-dependency

Open a local dependency.

core.fold

Perform a fold on a ResultSet. fold -> quote -> initialNetwork -> resultSet

core.read

Read the value of a given variable.

network.minus

Remove all Statements from the first Network that are in the second Networks.

core.id

Return the value passed.

network.filter

arguments: pattern data, returns network

network.query

arguments: pattern template data, returns network