Closed dmicic closed 7 years ago
Sorry, this slipped through my inbox when I was on holidays! I've merged it (it looks like a great start) and I'll have a look to see if I have any comments.
I released a version that includes this, so that the next iterations are easier!
class
.. end
bits (F# will infer that the type is a class, so these are usually omitted).Parser
type - I think typical F# code would probably avoid inheritance here (can you parameterize Parser
by an int
?) I left it the way it is though - it's not essential.
BIS Type Provider added to the F# Data Toolbox as discussed here
Open for comments :)
(Documentation not ready yet)