Skip to content

Commit

Permalink
Sync stub and example annotations (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
ageron authored Sep 22, 2024
1 parent e83f2f6 commit b381b69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion exercises/practice/forth/Forth.roc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module [evaluate]

evaluate : Str -> Result (List I16) _
Stack : List I16

evaluate : Str -> Result Stack _
evaluate = \program ->
crash "Please implement 'evaluate'"

0 comments on commit b381b69

Please sign in to comment.