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 c7727b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 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

0 comments on commit c7727b5

Please sign in to comment.