hazel icon indicating copy to clipboard operation
hazel copied to clipboard

`+ X(Int)` should not be a ground type

Open Negabinary opened this issue 4 months ago • 3 comments

Breaking example on dev: image

let x : + B( ) = B(1) in
let y : + B(Int) = x in
let B(n) = y in
n + 2

I think constructors should only be ground if all their arguments are hole type?

Negabinary avatar Mar 29 '24 15:03 Negabinary