Skip to content

Commit 18607e6

Browse files
...
1 parent 731a158 commit 18607e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Main.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ applySuite = describe "Apply and Applicative" do
290290
genericApplicativeLaws "Trivial1" qc (take1 25 :: _ -> _ Int)
291291
genericApplicativeLaws "MaybeEmpty Identity" qc (identity :: _ -> MaybeEmpty Identity Int)
292292
genericApplicativeLaws "MaybeEmpty NonEmptyList" qc (identity :: _ -> MaybeEmpty NEL.NonEmptyList Int)
293+
genericApplicativeLaws "MaybeEmpty Array" qc (identity :: _ -> MaybeEmpty Array Int)
293294

294295
genericApplicativeLaws :: forall t a.
295296
Eq (t a) =>

0 commit comments

Comments
 (0)