Functor Datatype.List


module List: 
functor (Data : Project.Datatype.S) -> S with type t = Data.t list
Generic functor building a list of data.
Consult the Plugin Development Guide for additional details.
Parameters:
Data : Project.Datatype.S