diff options
author | Marvin Borner | 2023-05-31 12:21:03 +0200 |
---|---|---|
committer | Marvin Borner | 2023-05-31 13:05:26 +0200 |
commit | 181742084d3008fa5ab23ace57e8fa2ddfabc918 (patch) | |
tree | f35751918c1dc7d151fcfacba16444a976a10811 /readme.md | |
parent | cbd21e1da0d763225e7ea3594d4e6d8e96863790 (diff) |
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,13 +1,13 @@ # Sharing equality of $\lambda$-graphs -A reference implementation of the algorithms presented in \[0\]. +A *reference implementation* of the algorithms presented in \[0\]. I documented my approach of building the shared $\lambda$-graph [in an article](https://text.marvinborner.de/2023-05-30-16.html). -## Instructions - -- `make && ./build/sharing file.blc` +This project does not really have any purpose except for the +implementation itself. Its usage requires some adaption and +modification. ## Libraries |