Skip to content

0.1.2

Compare
Choose a tag to compare
@Damtev Damtev released this 09 Mar 13:25
· 12 commits to main since this release
3a6732e
  • Introduced success and failure Goals
  • Introduced a logic type for parametrized Pair
  • Introduced run overloading that does not require to create of a fresh variable for the result
  • Introduced condo2 - it takes 2 Goals, invokes the first Goal, and returns a stream with its result if it was successful, and returns a stream with a result of the second Goal otherwise
  • Introduced debugVar - it reifies walked term using the passed reifier and returns a Goal from the passed callback