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 sum types (sealed hierarchies) #21

Closed KacperFKorban closed 5 months ago

KacperFKorban commented 6 months ago

It should be possible to use sealed hierarchies of classes as input types.

This would give some crude way of handling collections (#7) and options (#9).