fsprojects / Fleece

Json mapper for F#
http://fsprojects.github.io/Fleece
Apache License 2.0
199 stars 31 forks source link

+ Dictionary and ResizeArray. #6

Closed gusty closed 10 years ago

gusty commented 10 years ago

The problem with these overloads is that they need to be grouped with other overloads of the same 'kind', otherwise they default to themselves. This commit fixes #2 and #3

mausch commented 10 years ago

Merged, thanks! Some day I'll have to figure out how that Id trick works ;-)