- prolog:xref_close_source(+SourceID, +Stream) is semidet[multifile, library(prolog_source)]
- Called by prolog_close_source/1 to close a source previously
opened by the hook prolog:xref_open_source/2. If the hook fails
close/2 using the option
force(true)
is used.