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