Mazdak Farrokhzad

Results 185 comments of Mazdak Farrokhzad

Having looked this through, I'm pretty sure it's just internal.

@OvermindDL1 Maybe it's just me, but I find Haskell **way** more readable than Rust or any other language syntactically in the C language family. I find that Haskell's abundance of...

@mark-i-m I guess it's subjective some degree - and there are worse offenders ;) Sure, it would be sugar, but getting the same expressive power as Haskell might be hard...

I want to reserve `_` for value inference (see const generics, etc.) since it is used for inference in other expression contexts but otherwise I think the general idea is...

> Should the documentation also specify the semantics of how the default implementations behave? It seems like important information, but I think it is mostly covered in the core/std docs....

> If the rules as they exist now (random and accidental) are documented, it will be harder to do (at least ideologically). @petrochenkov Yeah that's pretty fair... Maybe we can...

Reviewed the whole PR now, but I'll probably have more input as the review is addressed.

This can probably be implemented for now in module bindings as "try-update, insert on row-doesn't-exist" so that we don't have to add this in the host. If it turns out...

cc @gefjon -- Maybe something for 1.1 - Improve testing.