Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KonjacSource committed Oct 12, 2024
1 parent 7a842a2 commit 8bdd124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ fun append1 {A : U} {m n : N} (v : Vec A m) (w : Vec A n) : Vec A (add m n)

## Example

The following example shows the basic syntax and how to do some simple theorem proof (remember we have no termination check yet).
The following example shows the basic syntax and how to do some simple theorem proof.

```haskell
data Id {A : U} : (_ _ : A) -> U where
Expand Down

0 comments on commit 8bdd124

Please sign in to comment.