module Computation: sig
.. end
Internal state (aka Computation) representation and how to register them.
An internal state contains the result of a computation.
include Project.KIND
Common operations.
type
selection
Just an alias for Project.Selection.t
.
module type INPUT = sig
.. end
module type INFO = sig
.. end
module type OUTPUT = sig
.. end
module Register:
Register(Datatype)(State)(Info)
registers a new kind of computation by
side-effect.
val dump_dependencies : ?only:selection ->
?except:selection -> string -> unit
Debugging purpose only.