packages feed

gotyno-hs-1.1.0: test/examples/declaredGenerics1.gotyno

declare someModule.GenericUnion<T, U>

struct UsingGeneric {
    field: GenericUnion<String>
}