Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Between ¶
func Between(lower, upper, value engine.Term, k func(*engine.Env) *engine.Promise, env *engine.Env) *engine.Promise
Between (between/3) succeeds when lower, upper, and value are all integers, and lower <= value <= upper. If value is a variable, it is unified with successive integers from lower to upper.
between(+Lower, +Upper, -Value).
Types ¶
type FS ¶
type FS struct {
// contains filtered or unexported fields
}
FS contains replacements for some built-in predicates that use the io/fs interface instead of the OS.
Click to show internal directories.
Click to hide internal directories.