Functor Datatype.Ref


module Ref: 
functor (Data : Project.Datatype.S) -> S with type t = Data.t ref
Consult the Plugin Development Guide for additional details.
Parameters:
Data : Project.Datatype.S