Skip to content

Commit

Permalink
fix example/test
Browse files Browse the repository at this point in the history
  • Loading branch information
dorchard committed Oct 17, 2024
1 parent 9896176 commit 094c905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/intro.gr.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ leak = hash secret
(`gr examples/intro.gr.md --literate-env-name grill7`)

~~~ granule
hash : forall {l : Level} . Int [l] -> Int [l]
hash : forall {l : Sec} . Int [l] -> Int [l]
hash [x] = [x*x*x]
~~~

Expand Down

0 comments on commit 094c905

Please sign in to comment.