DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Technology Domain Driven Design with the F# type System -- NDC London 2013

Prologue: how many things are wrong? type Contact = { FirstName: string MiddleInitial: string LastName: string EmailAddress: string IsEmailVerified: bool // true if ownership…