Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
krame505 committed Aug 20, 2024
1 parent 150d29c commit c8114b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Libraries/Base1/Vector.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ toChunks x = let padding = (0 :: Bit ch_sz)
in unpack(tmp[v_sz-1:0])



-- Convert between a vector of n tuples a and a flattened tuple b.
class ConcatTuple n a b | n a -> b where
concatTuple :: Vector n a -> b
unconcatTuple :: b -> Vector n a
Expand Down

0 comments on commit c8114b1

Please sign in to comment.