Alex Hansen

Results 123 comments of Alex Hansen

Point number 1 around removing DumpMachine is certainly doable and a likely improvement, but number 2 introduces an inconsistency that we are undecided on. We think it makes more sense...

I think the concern is more about what precisely the usability improvement is. As far as I understand, having a unicode string is of usability level X, and having a...

I agree that typeclasses are the right solution here. Here's a potential the haskell-style approach, modified for Q# syntax*: ```qsharp typeclass Display { function display(a: Self) : String; } newtype...

It is really quite difficult to write most abstractions without bounded polymorphism. I think this task can be split up into smaller tasks: 1. Allow specifying of bounds for existing...

This should be resolved when #1797 goes in

Would stabilizing the state preparation code from the `Unstable` library solve this issue? If so, we should discuss that. CC @DmitryVasilevsky @tcNickolas

I think this is closed as of #2022 (ref #1910), feel free to reopen if this is incorrect.

We can use `black` to check for any post-3.8 syntax. @idavis knows more.

I need to see if this is still happening after all of the multi-file changes. Assigning myself.