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 recursive structures #29

Closed KacperFKorban closed 5 months ago

KacperFKorban commented 5 months ago

It should be possible to use recursive structures in functions, like collections, trees etc.

Currently, this results in StackOverflow in compile time, since the macro unwinds the definition forever.