Quick question before I file an issue! Is Spice supposed to work with generic types? e.g.
@spice
type t<'a> = {
prop: 'a
}
It seems to be broken for me, and I can’t find any examples like this in the spice docs or examples. Thanks!
Quick question before I file an issue! Is Spice supposed to work with generic types? e.g.
@spice
type t<'a> = {
prop: 'a
}
It seems to be broken for me, and I can’t find any examples like this in the spice docs or examples. Thanks!