AllCaps
Left (NonEmptyList (NonEmpty "allCaps" Nil))
BeginsWith "Apple"
Left (NonEmptyList (NonEmpty "beginsWithApple" Nil))
Capitalized
Left (NonEmptyList (NonEmpty "capitalized" Nil))
Contains "Foo"
Right (Const' "foo")
EndsWith "!"
Left (NonEmptyList (NonEmpty "endsWithBang" Nil))