Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fizruk committed Dec 21, 2023
1 parent 5090c9d commit a253508
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ normalize-phi < FILE

The output should be a 𝜑-term after normalization.

```sh
echo "{ φ ↦ {}, a ↦ ξ.a }" | normalize-phi
```

```
{ φ ↦ { }, a ↦ { } }
```

## Development

The project is developed with the [Stack tool](https://docs.haskellstack.org/en/stable/README/).
Expand Down Expand Up @@ -59,5 +67,3 @@ To run (all) tests, simply use
```sh
stack test
```

[^1]:

0 comments on commit a253508

Please sign in to comment.