lmntal / slim

slim LMNtal implementation
Other
18 stars 5 forks source link

hl: ハイパーリンクを含む初期状態の同型性判定関連のバグ #315

Closed seelx3 closed 9 months ago

seelx3 commented 10 months ago

次の LMNtal コードで問題を再現できる。

% init. init :-

a(!L0), b(!L0).

rule_1@@
a(!L), b(!L) :- a, b.

rule_2@@
a, b :- a(!L), b(!L).
seelx3 commented 9 months ago