Files
scryer-prolog/src/lib
Markus Triska 8cb4dfef62 ADDED: term_si/1, true for terms
One use case is to ensure that once/1 is safe to use:

    term_si(Goal),
    once(Goal)

In such cases, Goal is ground and can yield at most one solution,
therefore once/1 does not remove any solutions.
2023-11-29 21:25:09 +01:00
..
2023-10-02 23:49:09 +02:00
2023-01-19 21:18:40 +01:00
2023-10-14 12:11:24 -06:00
2023-01-29 22:36:16 +01:00
2023-02-28 22:09:35 +01:00
2023-11-22 09:24:07 -07:00
2023-01-19 21:15:25 +01:00
2023-01-22 17:45:50 +01:00
2023-01-19 21:15:25 +01:00
2023-11-29 21:25:09 +01:00
2023-01-19 21:15:25 +01:00
2022-10-26 23:36:07 -06:00
2023-01-19 21:15:25 +01:00
2023-01-19 21:15:25 +01:00
2023-11-22 21:21:19 +01:00