Skip to content

Commit 86a31b0

Browse files
committed
Use F# 10
1 parent ac945e9 commit 86a31b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/FSharpPlus/Control/Collection.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ type Split =
448448
let inline call (a: 'a, b: 'b, s) = call_2 (a, b, s)
449449
call (Unchecked.defaultof<Split>, source, sep) : '``'Collection<'OrderedCollection>``
450450

451-
type Split with
451+
type Split with
452452
static member inline Split ((e: '``'Collection<'OrderedCollection>``, x: '``'OrderedCollection``), [<Optional>]_impl: Default2) = x |> ToSeq.Invoke |> Seq.split (ToSeq.Invoke e) |> Seq.map OfSeq.Invoke |> OfSeq.Invoke : '``'Collection<'OrderedCollection>``
453453

454454
static member inline Split ((e: '``'Collection<'OrderedCollection>``, x: '``'OrderedCollection``), [<Optional>]_impl: Default1) = (^``'OrderedCollection`` : (static member Split : _*_->_) e, x) : '``'Collection<'OrderedCollection>``

src/FSharpPlus/FSharpPlus.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
2222
<Configurations>Debug;Release;Fable;Test</Configurations>
2323
<Platforms>AnyCPU</Platforms>
24-
<LangVersion>9.0</LangVersion>
24+
<LangVersion>10.0</LangVersion>
2525
<LangVersion Condition=" '$(Configuration)' == 'Fable' ">6.0</LangVersion>
2626

2727
<DefineConstants Condition=" '$(Configuration)' == 'Test'">$(DefineConstants);TEST_TRACE</DefineConstants>

0 commit comments

Comments
 (0)