Hello,
Failing to get pfc to work, i am trying to see if i can get the source of the pack compiled.
However, the source includes various strange constructs such as:
:- throw(module(pfc_umt,[umt/1])).
https://www.swi-prolog.org/pack/file_details/pfc/unused/pfc_pack_umt.pl
any idea what this might be?
Edit:
and this:
get_source_ref10(mfl4(VarNameZ,M,F,L)):- defaultAssertMt(M), source_location(F,L),unifyable_varname(.
a clear syntax error – i wonder how the pack actually compiles – or which the source files are that are used for the pack.
Dan