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