From 8bdd1245ec97096ca024bf2f76581263c41cc4b2 Mon Sep 17 00:00:00 2001 From: KonjacSource <1435771606@qq.com> Date: Sat, 12 Oct 2024 23:11:10 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7227662..115ee39 100644 --- a/README.md +++ b/README.md @@ -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