Mathics icon indicating copy to clipboard operation
Mathics copied to clipboard

Tag condition protected bug

Open sn6uv opened this issue 8 years ago • 0 comments

Came across this example when trying to load the `KnotTheory`` package http://katlas.org/

In[1]:= BR[TorusKnot[m_, n_]] /; m > 0 && n > 0 := BR[n, Flatten[Table[Range[n - 1], {m}]]]
 : Tag Condition in BR[TorusKnot[m_, n_]] /; m > 0 && n > 0 is Protected.
Out[1]= $Failed

sn6uv avatar Apr 10 '16 22:04 sn6uv