Skip to content

Commit

Permalink
fix sample
Browse files Browse the repository at this point in the history
  • Loading branch information
egisatoshi committed Nov 25, 2022
1 parent 148866c commit 4077410
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sample/antisym.pegi
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,4 @@
(define (($antisym ($m : <Nat {} {}>) ($n : <Nat {} {}>) <Lte {} {m n}> <Lte {} {n m}>) : <Eq {<Nat {} {}> m} {n}>)
{[[<zero> <zero> <lz #<zero>> <lz #<zero>>] <refl>]
[[<suc $m'> <suc $n'> <ls #m' #n' $x> <ls #n' #m' $y>] (cong <Nat {} {}> <Nat {} {}> (λ [$k] <suc k>) m' n' (antisym m' n' x y))]})


(define (($antisymx ($m : <Nat {} {}>) ($n : <Nat {} {}>) <Lte {} {m n}> <Lte {} {n m}>) : <Eq {<Nat {} {}> m} {n}>)
{[[<zero> <zero> <lz #<zero>> <lz #<zero>>] <refl>]})

0 comments on commit 4077410

Please sign in to comment.