Skip to content

Commit

Permalink
Fix spacing in builtins file
Browse files Browse the repository at this point in the history
  • Loading branch information
developedby authored Aug 7, 2024
1 parent 5ad9c72 commit 63ba5d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fun/builtins.bend
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def Tree/reverse(tree):
return !tree.value
case Tree/Node:
return ![tree.right, tree.left]

# MAP Impl

type Map = (Node value ~left ~right) | (Leaf)
Expand Down

0 comments on commit 63ba5d2

Please sign in to comment.