We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68c6dd commit 492eeb8Copy full SHA for 492eeb8
src/fsharp/FSharp.Core/FSharp.Core.fsproj
@@ -95,6 +95,12 @@
95
<Compile Include="collections.fs">
96
<Link>Collections/collections.fs</Link>
97
</Compile>
98
+ <Compile Include="seqcore.fsi">
99
+ <Link>Collections/seqcore.fsi</Link>
100
+ </Compile>
101
+ <Compile Include="seqcore.fs">
102
+ <Link>Collections/seqcore.fs</Link>
103
104
<Compile Include="seq.fsi">
105
<Link>Collections/seq.fsi</Link>
106
0 commit comments