Module General.Call_stack

Implementation of GIL call stacks

module type S = S
module Make (Val : Val.S) (Store : Store.S with type vt = Val.t) : sig ... end