Sign in
gerrit
/
prolog-cafe
/
c61fb2000a2e1f505f3f7d9f10e6ef3e2cb1fe3e
/
.
/
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
).