Skip to content

Commit ac62400

Browse files
committed
[fix] forgot to rename fn
1 parent 1319155 commit ac62400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/BasicExamples.idr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,4 +208,4 @@ Here is the in-order traversal of `treeExample1` from above.
208208
Can also use Utils.Traversals.inorder
209209
--------------------}
210210
traversalExample : CTensor [List] Double
211-
traversalExample = restructure (wrap inorder) treeExample1
211+
traversalExample = restructure (wrapIntoVector inorder) treeExample1

0 commit comments

Comments
 (0)