module Flist: sig .. end
sig
end
module Make: functor (T : Utilsigs.BasicType) -> Utilsigs.BasicType with type t = T.t list
functor (
T
:
Utilsigs.BasicType
) ->
with type t = T.t list