File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1137,9 +1137,9 @@ module Applicative =
1137
1137
Assert.AreEqual ([ 113 ; 213 ; 123 ; 223 ; 114 ; 214 ; 124 ; 224 ], testVal)
1138
1138
Assert.IsInstanceOf< Option< list< int>>> ( Some testVal)
1139
1139
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)
1143
1143
1144
1144
let testLTE1 = Some 1 .<=. Some 2
1145
1145
Assert.AreEqual ( Some true , testLTE1)
You can’t perform that action at this time.
0 commit comments