Skip to content

Commit

Permalink
Fix formatting of the example file
Browse files Browse the repository at this point in the history
  • Loading branch information
aabounegm authored Dec 12, 2023
1 parent f47d0f1 commit fe0feb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/0-example.rzk.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Here is an identity function:

```rzk
#define identity
( A : U)
: A → A
:= \ x → x
( A : U)
: A → A
:= \ x → x
```

0 comments on commit fe0feb6

Please sign in to comment.