- See also
- - https://sicstus.sics.se/sicstus/docs/4.6.0/html/sicstus.html/lib_002dbetween.html
- To be done
- - This library is incomplete.
As of SICStus 4.6.0, the following predicates are missing:
Re-exported predicates
The following predicates are exported from this file while their implementation is defined in imported modules or non-module files loaded by this module.
- numlist(+Low, +High, -List) is semidet
- List is a list [Low, Low+1, ... High]. Fails if High < Low.
- Errors
- -
type_error(integer, Low)
- -
type_error(integer, High)
Undocumented predicates
The following predicates are exported, but not or incorrectly documented.
- between(Arg1, Arg2, Arg3)
- gen_nat(Arg1)
- gen_int(Arg1)
- numlist(Arg1, Arg2)