module Make: functor (To_Use : To_Use) -> sig .. end
functor (
To_Use
:
) ->
sig
end
val compute_and_return : Kernel_function.t -> Function_Froms.t
Kernel_function.t -> Function_Froms.t
Compute the dependencies of the given function
val compute : Kernel_function.t -> unit
Kernel_function.t -> unit