File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1137,9 +1137,9 @@ module Applicative =
11371137 Assert.AreEqual ([ 113 ; 213 ; 123 ; 223 ; 114 ; 214 ; 124 ; 224 ], testVal)
11381138 Assert.IsInstanceOf< Option< list< int>>> ( Some testVal)
11391139
1140- let testVal2 = NonEmptySeq.create 1 [ 2 ] .+. NonEmptySeq.create 10 [ 20 ] .+. NonEmptySeq.create 100 [ 200 ] .+ 2
1141- Assert.AreEqual ([ 113 ; 213 ; 123 ; 223 ; 114 ; 214 ; 124 ; 224 ], Seq.toList testVal2)
1142- Assert.IsInstanceOf< Option< NonEmptySeq< int>>> ( Some testVal2)
1140+ // let testVal2 = NonEmptySeq.create 1 [2] .+. NonEmptySeq.create 10 [20] .+. NonEmptySeq.create 100 [200] .+ 2
1141+ // Assert.AreEqual ([113; 213; 123; 223; 114; 214; 124; 224], Seq.toList testVal2)
1142+ // Assert.IsInstanceOf<Option<NonEmptySeq<int>>> (Some testVal2)
11431143
11441144 let testLTE1 = Some 1 .<=. Some 2
11451145 Assert.AreEqual ( Some true , testLTE1)
You can’t perform that action at this time.
0 commit comments