For instance, suppose I want to make a type like this (using Dyn_array):
type some_type = SomeConstructor of <Dyn_array of integers>
I m a little bit lost on how to do this though. Could someone give me an example so I can wrap my head around this?