Skip to content

Commit

Permalink
Fix example file formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aabounegm authored Dec 9, 2023
1 parent a548ade commit c521d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/1-example.rzk.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Here's a sample definition to typecheck:

```rzk
#define modus-ponens
(A B : U)
: (A → B) → A → B
( A B : U)
: ( A → B) → A → B
:= \ f x → f x
```

0 comments on commit c521d28

Please sign in to comment.