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