Skip to content

Commit

Permalink
Merge pull request #69 from iskrich/master
Browse files Browse the repository at this point in the history
Implement tagged structures
  • Loading branch information
forki authored Apr 25, 2017
2 parents baa9503 + 72f7942 commit e64f08c
Show file tree
Hide file tree
Showing 2 changed files with 1,178 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/FSharpx.Collections/FSharpx.Collections.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
<Compile Include="PersistentVector.fsi" />
<Compile Include="PersistentVector.fs" />
<Compile Include="PersistentHashMap.fs" />
<Compile Include="TaggedCollections.fs" />
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib" />
Expand Down
Loading

0 comments on commit e64f08c

Please sign in to comment.