Skip to content

Commit

Permalink
We need that .XML doc
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen.swensen committed Jul 31, 2011
1 parent d3db19c commit a2fc912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions FsEye/FsEye.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<WarningLevel>3</WarningLevel>
<DocumentationFile>
</DocumentationFile>
<DocumentationFile>bin\Release\FsEye.XML</DocumentationFile>
<OtherFlags>--staticlink:Utils</OtherFlags>
</PropertyGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Utils/SeqExt.fs
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ module internal Seq =
else
yield None, Some(i) }

pairs |> Seq.choose (fst>>id), pairs |> Seq.choose (snd>>id)
pairs |> Seq.choose fst, pairs |> Seq.choose snd

0 comments on commit a2fc912

Please sign in to comment.