quil-lang / quilc

The optimizing Quil compiler.
Apache License 2.0
457 stars 72 forks source link

Fix: coalton struct regression #888

Closed macrologist closed 1 year ago

macrologist commented 1 year ago

a typeclass method named .* was causing an ambiguous accessor error

I have renamed scalar operators from things like .* to things like s*.

Moreover, one (probably unrelated) additional regression: generate-maform-output-with-double was marked from monomorphization but it would not compile - an assertion failed. For now I have simply commented out the monomorphization directive and added a TODO note.

@eliaslfox @stylewarning