1 :- module(dense_int,[dense_int/0]).
\r
3 :-use_module(library(chr)).
\r
5 :-chr_type 'Arity' == dense_int.
\r
7 :-chr_constraint c1(+'Arity').
\r
9 :-chr_option(line_numbers, on).
\r
10 :-chr_option(check_guard_bindings, on).
\r
11 :-chr_option(debug, off).
\r
12 :-chr_option(optimize, full).
\r