Skip to content

Instantly share code, notes, and snippets.

@ryansroberts
Created June 12, 2015 21:50
type a () =
member x.b () = x
member x.c () = x
a().b().c()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment