We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 731a158 commit 18607e6Copy full SHA for 18607e6
test/Main.purs
@@ -290,6 +290,7 @@ applySuite = describe "Apply and Applicative" do
290
genericApplicativeLaws "Trivial1" qc (take1 25 :: _ -> _ Int)
291
genericApplicativeLaws "MaybeEmpty Identity" qc (identity :: _ -> MaybeEmpty Identity Int)
292
genericApplicativeLaws "MaybeEmpty NonEmptyList" qc (identity :: _ -> MaybeEmpty NEL.NonEmptyList Int)
293
+ genericApplicativeLaws "MaybeEmpty Array" qc (identity :: _ -> MaybeEmpty Array Int)
294
295
genericApplicativeLaws :: forall t a.
296
Eq (t a) =>
0 commit comments