relog 1.0.5

Strong String Normalization
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# InPlace
An implementation of several strongly-normalizing string rewriting systems

# Relog Flavor

```relog
a=Int;List<a>
List<Int>

A<b,C<d>>=A<Int,C<Bool>>;R<b>
R<Int>

A<b,c>:=R<c>;A<B,C>
R<C>
```

![Reduction](https://github.com/andrew-johnson-4/InPlace/blob/main/unifyreify.png)