Sign in
gerrit
/
prolog-cafe
/
02d2acff99b8e1d162d58635e7b8d3df07edaa8f
/
.
/
examples
/
benchmarks
/
ecrc
/
bench_1_5.in
blob: 3e2c78a867ce8d2f7a377266a3512bfd5716d2dc [
file
]
:-
construct_list
(
100000
).
:-
match_list
(
100000
).
:-
construct_structure
(
100000
).
:-
match_structure
(
100000
).
:-
match_nested_structure
(
100000
).