Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 251 Bytes

File metadata and controls

16 lines (9 loc) · 251 Bytes

sb_assert

Stateful, backtrackable assertions in SWI-Prolog.

This uses the CHR store to persist state (aka logic variables) in assertions.

There may be bugs!

To install:

$ swipl pack install sb_assert

See the tests for examples.