KacperFKorban / GUInep

Automatic UI forms for Scala 3 functions
https://kacperfkorban.github.io/GUInep/
Apache License 2.0
14 stars 0 forks source link

Support for union types #44

Open KacperFKorban opened 5 months ago

KacperFKorban commented 5 months ago

It should be possible to use union types as inputs in GUInep.

I'm not 100% sure how to show them in the form. Maybe the same way as tagged union types (sum types). Or maybe a radio to distinguish those two.

this is an extension of #38 (which is about supporting only specific union types - with Null)