Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eldesh authored and dorchard committed Oct 17, 2024
1 parent 094c905 commit dfc2314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/further-examples.gr.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ rest of the stack `xs` we use it once. An alternate definition of
non-linearity on the elements:

~~~ granule
peek' : forall m : Ext Nat, a, n . Vec (n+1) (a [m..m+1]) -> (a, Vec (n+1) (a [m..m]))
peek' : forall {m : Ext Nat, a, n} . Vec (n+1) (a [m..m+1]) -> (a, Vec (n+1) (a [m..m]))
peek' (Cons [x] xs) = (x, Cons [x] xs)
~~~

Expand Down

0 comments on commit dfc2314

Please sign in to comment.