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
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ findFree Prog{progBinds} = S.difference allFreeVars $ S.intersection allFreeVars
--
-- Invariant: all payload arrays should be the same length, and:
--
-- > sum (arrDim a) == length (arrPayloads a !! i)
-- > product (arrDim a) == length (arrPayloads a !! i)
--
-- The array dimensions are stored from the "inner" to the "outer" dimension.
-- That is, if you do a fold, the first element of the list is the dimension
Expand Down