From 4c448591323f4c805c63673c5b40da247e2ee094 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adri=C3=A1n=20Arroyo=20Calle?= Date: Sun, 12 Mar 2023 16:47:20 +0100 Subject: [PATCH] Fixes #1756 --- src/lib/builtins.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/builtins.pl b/src/lib/builtins.pl index 878919cf..759c60b6 100644 --- a/src/lib/builtins.pl +++ b/src/lib/builtins.pl @@ -124,6 +124,7 @@ call(_, _, _, _, _, _, _, _, _). % while others can be set with `set_prolog_flag/2`. % % The flags that Scryer Prolog support are: +% % * `max_arity`: The max arity a predicate can have in Prolog. On Scryer is set to 1023. Read only. % * `bounded`: `true` if integer arithmethic is bounded between some min/max values. On Scryer is always set % to `false` since it supports unbounded integer arithmethic. Read only. -- 2.54.0