Skip to content

Commit 5a36267

Browse files
committed
update compile.t
1 parent 864f180 commit 5a36267

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lib/Scalish/Validation/Validation.pm

+2
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,5 @@ Scalaz.Validation の実装
6565
- そもそも flatten なんてメソッドはない
6666
- NonEmptyList は使いません, 代わりにArrayRefを使います
6767
68+
validationとは、失敗しても処理を続行するeither
69+

t/00_compile.t

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ use_ok $_ for qw(
1313
Scalish::Either::RightProjection
1414
Scalish::Either::Left
1515
Scalish::Either::Right
16+
Scalish::Validation::Success
17+
Scalish::Validation::Failure
1618
Scalish
1719
);
1820

0 commit comments

Comments
 (0)