Experiments related to the Propa lecture
Find a file
Joscha 3aa3cb9f41 Encapsulate unification
Now, only a single "run" function is exported that properly performs unification
and outputs a term with nice variable names again.
2020-12-12 17:56:27 +00:00
app Implement prolog-style unification 2020-12-11 16:50:39 +00:00
src/Propa Encapsulate unification 2020-12-12 17:56:27 +00:00
.gitignore Set up simple stack project 2020-11-25 14:52:27 +01:00
LICENSE Set up simple stack project 2020-11-25 14:52:27 +01:00
package.yaml Rename from props to propa-tools 2020-12-11 17:06:10 +00:00
propa-tools.cabal Split up Prolog.hs 2020-12-12 17:23:44 +00:00
README.md Rename from props to propa-tools 2020-12-11 17:06:10 +00:00
Setup.hs Set up simple stack project 2020-11-25 14:52:27 +01:00
stack.yaml Set up simple stack project 2020-11-25 14:52:27 +01:00
stack.yaml.lock Set up simple stack project 2020-11-25 14:52:27 +01:00

propa-tools

Various programming paradigm related bits and bobs. May not contain any actual executables.