Reference: https://github.com/elm/compiler/issues/1385 tl;dr write union types with a | before each case, like so: ``` type Maybe a = | Just a | Nothing ``` This should only work in `.guida` files
Reference: elm#1385
tl;dr write union types with a | before each case, like so:
This should only work in
.guidafiles