You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some (mkArray (g.int32_ty,[for n in start..finish -> Expr.Const (Const.Int32 n, Text.Range.range0, g.int32_ty)], m))
331
+
Some (ComputedCollectionExprLowering.Expr (mkArray (g.int32_ty,[for n in start..finish -> Expr.Const (Const.Int32 n, Text.Range.range0, g.int32_ty)], m)))
326
332
327
333
// [|start..finish|] → if start <= finish then Array.init (finish - start + 1) ((+) start) else [||]
328
334
| SeqToArray g (OptionalCoerce (OptionalSeq g amap (Int32Range g (start, finish))), m)->
class [FSharp.Core]Microsoft.FSharp.Core.FSharpFunc`2<int32,!!0>)
658
654
IL_0015: ret
659
655
660
-
IL_0016: ldnull
661
-
IL_0017: call class [FSharp.Core]Microsoft.FSharp.Collections.FSharpList`1<!0> class [FSharp.Core]Microsoft.FSharp.Collections.FSharpList`1<int32>::get_Empty()
662
-
IL_001c: ldnull
663
-
IL_001d: ret
656
+
IL_0016: call class [FSharp.Core]Microsoft.FSharp.Collections.FSharpList`1<!0> class [FSharp.Core]Microsoft.FSharp.Collections.FSharpList`1<int32>::get_Empty()
class [FSharp.Core]Microsoft.FSharp.Core.FSharpFunc`2<int32,!!0>)
774
768
IL_0014: ret
775
769
776
-
IL_0015: ldnull
777
-
IL_0016: call class [FSharp.Core]Microsoft.FSharp.Collections.FSharpList`1<!0> class [FSharp.Core]Microsoft.FSharp.Collections.FSharpList`1<int32>::get_Empty()
778
-
IL_001b: ldnull
779
-
IL_001c: ret
770
+
IL_0015: call class [FSharp.Core]Microsoft.FSharp.Collections.FSharpList`1<!0> class [FSharp.Core]Microsoft.FSharp.Collections.FSharpList`1<int32>::get_Empty()
0 commit comments