Update examples/list.bend

Co-authored-by: Nicolas Abril <y906846m@anonaddy.me>
This commit is contained in:
Evan M. Matthews 2024-05-22 17:40:50 -04:00 committed by GitHub
parent 3cfddb929f
commit 475138a596
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,8 +6,8 @@
# The List type is builtin, so we don't need to declare it.
# But this is how it's defined in the builtins file.
# type List:
# Cons { head, ~tail }
# Nil
# Cons { head, ~tail }
###########################################