Hello all, I’m trying to migrate from decco to ppx-spice and I’m wondering how to migrate the following type:
type gameType =
| StandAlone
| Master(string)
| Slave(string)
Can anyone help me?
Thanks!
René
Hello all, I’m trying to migrate from decco to ppx-spice and I’m wondering how to migrate the following type:
type gameType =
| StandAlone
| Master(string)
| Slave(string)
Can anyone help me?
Thanks!
René