append.pl

loading
details
attribute value
description
owner Johannes Waldmann
uploaded 2017-08-17 03:45:07.0
disk size 291 Bytes
downloadable true
type
attribute value
name no_type
processor id 1
description this is the default benchmark type for rejected benchmarks and benchmarks that are not associated with a type.
owning community none
loading contents
%query: append3(o,o,i).

% mode: append1[i,i,o]
append1([], X, X).
append1([X|Y], U, [X|Z]) :- append1(Y, U, Z).

% mode: append2[i,i,i]
append2([], X, X).
append2([X|Y], U, [X|Z]) :- append2(Y, U, Z).

% mode: append3[o,o,i]
append3([], X, X).
append3([X|Y], U, [X|Z]) :- append3(Y, U, Z).
popout

content may be truncated. 'popout' for larger text window.

actions get anonymous link download benchmark