Sha256: e0208f1025aec8bd29617a6c81ca1611098ab76b0736d434405e2ac3889a6b14

Contents?: true

Size: 364 Bytes

Versions: 42

Compression:

Stored size: 364 Bytes

Contents

/* Comments /* can nest */
still a comment
*/

:- module(maplist, maplist/3)

assert(world:done). % asserts

sibling(X, Y)      :- parent_child(Z, X), parent_child(Z, Y).

parent_child(X, Y) :- father_child(X, Y).
parent_child(X, Y) :- mother_child(X, Y).

mother_child(trude, sally).

father_child(tom, sally).
father_child(tom, erica).
father_child(mike, tom).

Version data entries

42 entries across 42 versions & 5 rubygems

Version Path
tdiary-4.2.1 vendor/bundle/ruby/2.2.0/gems/pygments.rb-0.6.3/vendor/pygments-main/tests/examplefiles/sibling.prolog
pygments.rb-0.6.3 vendor/pygments-main/tests/examplefiles/sibling.prolog
pygments.rb-0.6.2 vendor/pygments-main/tests/examplefiles/sibling.prolog
pygments.rb-0.6.1 vendor/pygments-main/tests/examplefiles/sibling.prolog
pygments.rb-0.6.0 vendor/pygments-main/tests/examplefiles/sibling.prolog
mortar-pygments.rb-0.5.7 vendor/pygments-main/tests/examplefiles/sibling.prolog
mortar-pygments.rb-0.5.6 vendor/pygments-main/tests/examplefiles/sibling.prolog
mortar-pygments.rb-0.5.5 vendor/pygments-main/tests/examplefiles/sibling.prolog
pygments.rb-jruby-0.5.4.2 vendor/pygments-main/tests/examplefiles/sibling.prolog
pygments.rb-jruby-0.5.4.1 vendor/pygments-main/tests/examplefiles/sibling.prolog
pygments.rb-jruby-0.5.4 vendor/pygments-main/tests/examplefiles/sibling.prolog
gitlab-pygments.rb-0.5.4 vendor/pygments-main/tests/examplefiles/sibling.prolog
pygments.rb-0.5.4 vendor/pygments-main/tests/examplefiles/sibling.prolog
pygments.rb-0.5.2 vendor/pygments-main/tests/examplefiles/sibling.prolog
pygments.rb-0.5.1 vendor/pygments-main/tests/examplefiles/sibling.prolog
pygments.rb-0.5.0 vendor/pygments-main/tests/examplefiles/sibling.prolog
gitlab-pygments.rb-0.3.2 vendor/pygments-main/tests/examplefiles/sibling.prolog
pygments.rb-0.4.2 vendor/pygments-main/tests/examplefiles/sibling.prolog
pygments.rb-0.4.1 vendor/pygments-main/tests/examplefiles/sibling.prolog
pygments.rb-0.3.7 vendor/pygments-main/tests/examplefiles/sibling.prolog