Skip to content

Commit

Permalink
Repairs 34d & 4th errors given in Issue #172.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenbowen committed Oct 20, 2019
1 parent 3a60f6e commit 6bb5620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/alsp_src/builtins/blt_frez.pro
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ w_d_t(Term, Stream, _, [])
:-
atomic(Term),
!,
put_atom(Stream, Term).
write_term(Stream, Term, []).

w_d_t('%lettervar%'(QVarName), Stream, _, [])
:- !,
Expand Down

0 comments on commit 6bb5620

Please sign in to comment.