Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Data/Vec/Base.hs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ reverse :: (Reverse' () v v') => v -> v'
reverse v = reverse' () v
{-# INLINE reverse #-}

-- really the type of reverse should b v->v but somehow this makes inference easier
-- really the type of reverse should be v->v but somehow this makes inference easier


-- | Reverse helper function : accumulates the reversed list in its first argument
Expand Down