Skip to content

Commit bab7033

Browse files
committed
Use F# 10
1 parent d6315e2 commit bab7033

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
@@ -447,7 +447,7 @@ type Split =
447447
let inline call (a: 'a, b: 'b, s) = call_2 (a, b, s)
448448
call (Unchecked.defaultof<Split>, source, sep) : '``'Collection<'OrderedCollection>``
449449

450-
type Split with
450+
type Split with
451451
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>``
452452

453453
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)