Skip to content

Commit

Permalink
to address #197 where caught exception is bubbling too far upwards
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Nov 20, 2024
1 parent fdaa364 commit eef56fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .Attic/metta_lang/metta_eval.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2142,8 +2142,6 @@
suggest_type(RetType,'Bool'),
eq_unify(Eq,_SharedType, X, Y, Res).

eq_unify(_Eq,_SharedType, X, Y, TF):- as_tf(X=:=Y,TF),!.
eq_unify(_Eq,_SharedType, X, Y, TF):- as_tf( '#='(X,Y),TF),!.
eq_unify( Eq, SharedType, X, Y, TF):- as_tf(eval_until_unify(Eq,SharedType, X, Y), TF).


Expand Down

0 comments on commit eef56fc

Please sign in to comment.