Skip to content

Commit

Permalink
fix the error in narrow rules
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@579 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Apr 10, 2009
1 parent ebadc1a commit 7d73976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/prolog/xbgf1.pro
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@ narrow_rules(a,_).
narrow_rules(*(X),+(X)).
narrow_rules(*(X),?(X)).
narrow_rules(*(X),X).
narrow_rules(+(X),?(X)).
%narrow_rules(+(X),?(X)).
narrow_rules(+(X),X).
narrow_rules(?(X),X).
%narrow_rules(';'(L),X) :- length(L,2),member(X,L),member(true,L).
Expand Down

0 comments on commit 7d73976

Please sign in to comment.