Alex Grabowski
Results
12
issues of
Alex Grabowski
Expansion is applied twice for every term, which is not ok, if there are any side-effects like in #2602. This leads to duplicated warnings on the console.
As in the title, `getenv/2` doesn't enumerate all environment variables: ```prolog ?- use_module(library(os)). true. ?- getenv(K, V). error(instantiation_error,must_be/2). ``` This reduces usefulness of said predicate. The possible workaround is to...