Skip to content

Commit

Permalink
Reclassify test
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneFlesselle committed Jun 5, 2024
1 parent 16b33a9 commit 59b0f3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -345,5 +345,5 @@ object functors {
}

MonadFlatten.flattened(List(List(1, 2, 3), List(4, 5))) // ok, synthesizes (using ListMonad)
MonadFlatten.flattened(List(List(1, 2, 3), List(4, 5)))(using ListMonad) // error
MonadFlatten.flattened(List(List(1, 2, 3), List(4, 5)))(using ListMonad)
}

0 comments on commit 59b0f3a

Please sign in to comment.