Fred

Results 6 comments of Fred

Yea, I just realised the same thing and updated the proposal :)

@theprash That could work, however I do believe that this should be possible to achieve even without having to declare the type (see the generic constraint function in my original...

Crap, I thought it was strange that no one had suggested this before (and of course someone had). :) Just adding some opinions here again, of the options that @cloudRoutine...

@dsyme I like warnings for space-separated long identifiers. However, would this only be for space-separated identifiers in that case? I'm thinking if maybe it's confusing if `foo |> List.map .bar`...

@dsyme I agree that `List.map (.Bar)` feels like a natural notation. However, I do wonder if it is easier to implement in the compiler with a "new" operator that is...

@dsyme I think that you might not do `x |> (.Bar)`, however I could easily see myself doing something like (sorry for the contrived example) ``` foo |> convertToBar |>...