Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 436 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 436 Bytes

miniKanren with a first-order representation

This implementation of miniKanren decouples the search strategy from the representation of the search space. This makes it possible to use a variety of strategies, perform program transformations (even while a program is running), and implement tools such as a debugger.

Learn more from the 2019 miniKanren Workshop paper.