Commit graph

9 commits

Author SHA1 Message Date
09a42340fc Add integers 2020-12-14 13:46:44 +00:00
2220c48f6c Clean up unification 2020-12-13 23:35:07 +00:00
d90f2c6a2c Separate out Stat from Term 2020-12-13 23:23:59 +00:00
adebcdd26c Add some comments 2020-12-13 20:35:49 +00:00
655fe97cbc Fix run output
Now, the run output contains the terms with the variables resolved as far as
possible.
2020-12-13 15:22:56 +00:00
6905c7e1cd Run unification on multiple terms 2020-12-12 20:01:49 +01:00
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
2803808116 Use T.Text instead of String 2020-12-12 17:24:23 +00:00
b20bbb732e Split up Prolog.hs 2020-12-12 17:23:44 +00:00
Renamed from src/Propa/Prolog.hs (Browse further)