willsam100 / FShaper

FShaper - a tool to make the process of converting C# to F# much easier
MIT License
44 stars 11 forks source link

Interfaces: better support #1

Open willsam100 opened 5 years ago

willsam100 commented 5 years ago

C# is not specific about which methods belong to each interface. F# requires that specification.

FSharper currently, does not make any assumptions about the methods to add to an interface.

Possible improvements: