Module type Slap_Z.Vec.DSCVEC

module type DSCVEC = sig .. end
The signature of modules containing dynamically-sized discrete vectors.

type n 
A generative phantom type.
val value : (n, Slap_misc.dsc) Slap_Z.vec
A dynamically-sized discrete vector with type like exists n. (n, dsc) vec.