Skip to content

Commit

Permalink
Added an interim comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephBond committed Sep 21, 2023
1 parent d052bd4 commit 14da51a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/Util/BMA.purs
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ step3 dim starred coveredRows coveredCols matrix =
else
step4 dim starred coveredRows coveredCols matrix

-- Unsure what this is going to do in reference implementation
step4 dim starred coveredRows coveredCols matrix =
let rowsNC = complement dim coveredRows
colsNC = complement dim coveredCols
Expand Down

0 comments on commit 14da51a

Please sign in to comment.