
swish.pl -- s(CASP) adapter for SWISHHook into SWISH to make the model and justification available in the SWISH web interface.
swish_trace:post_context(+Dict) is semidet[multifile]
The model and justification are communicated as a Prolog string
holding HTML. That is dubious as the SWISH infrastructure turns this
into escaped HTML which we need to undo in SWISH' runner.js.
swish_trace:post_context(+Name, +Goal, -Var) is semidet[multifile]