We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 864f180 commit 5a36267Copy full SHA for 5a36267
lib/Scalish/Validation/Validation.pm
@@ -65,3 +65,5 @@ Scalaz.Validation の実装
65
- そもそも flatten なんてメソッドはない
66
- NonEmptyList は使いません, 代わりにArrayRefを使います
67
68
+validationとは、失敗しても処理を続行するeither
69
+
t/00_compile.t
@@ -13,6 +13,8 @@ use_ok $_ for qw(
13
Scalish::Either::RightProjection
14
Scalish::Either::Left
15
Scalish::Either::Right
16
+ Scalish::Validation::Success
17
+ Scalish::Validation::Failure
18
Scalish
19
);
20
0 commit comments