Writing $[some message $[term]] fails silently inside an error rule in (the corresponding str rule is not generated without an error)

SomeTerm(..):-
  where ...
  else error $[some message $[term]] on term 

Note the second (and admittedly incorrect) use of “$”

Submitted by Arjen on 15 May 2014 at 14:52

On 15 May 2014 at 19:10 Eelco Visser commented:

The ‘$’ was the problem. Fixed (in github)


On 15 May 2014 at 19:10 Eelco Visser closed this issue.

Log in to post comments