Skip to content

Commit

Permalink
Expose Array2D.identity
Browse files Browse the repository at this point in the history
  • Loading branch information
mulias committed Dec 30, 2023
1 parent 8d93991 commit 2068d20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/Array2D.roc
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
interface Array2D exposes [
Array2D,
empty,
identity,
repeat,
init,
initWithList,
initWithLists,
repeat,
fromList,
fromLists,
fromExactList,
Expand Down

0 comments on commit 2068d20

Please sign in to comment.