module Of_list: functor (
X
:
sig
end
) ->
CNTVEC
A functor version of of_list
.
Parameters: |
X |
: |
sig val value : num_type list end
|
|
type
n
A generative phantom type.
val value : (n, 'cnt) Slap_C.vec
A dynamically-sized contiguous vector with type like
exists n. (n, 'cnt) vec
.