From: Jason Hemann Date: Wed, 11 Dec 2024 13:05:03 +0000 (-0500) Subject: Update builtins.pl X-Git-Tag: v0.10.0~100^2 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=2ff50f06bc8fcd7cf6831f7c5b556d168045562b;p=scryer-prolog.git Update builtins.pl s/compund/compound/ --- diff --git a/src/lib/builtins.pl b/src/lib/builtins.pl index 744027c2..f848fabd 100644 --- a/src/lib/builtins.pl +++ b/src/lib/builtins.pl @@ -2228,7 +2228,7 @@ set_stream_position(S_or_a, Position) :- %% callable(X). % -% True iff X is bound to an atom or a compund term. +% True iff X is bound to an atom or a compound term. :- non_counted_backtracking callable/1.