Import Debian changes 20180207-1
[hcoop/debian/mlton.git] / basis-library / mlton / mono-vector.sig
1 signature MLTON_MONO_VECTOR = sig
2 type t
3 type elem
4 val fromPoly: elem vector -> t
5 val toPoly: t -> elem vector
6 end