Skip to content

Commit

Permalink
Switch to Elm syntax highlighting (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
ageron authored Aug 29, 2024
1 parent 841418a commit 74ce9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/list-ops/.docs/instructions.append.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Wait, It's Impossible!
Implementing these list operations without using *any* built-in function is
virtually impossible in Roc, because you need a way to append or prepend
elements to a list. In other languages you might use operators such as `::`
elements to a list. In other languages you might use operators such as `:`
in Haskell or `+=` in Python, but in Roc you have to use the
[`List` functions](https://www.roc-lang.org/builtins/List).

Expand Down

0 comments on commit 74ce9ee

Please sign in to comment.