module type Raw = sig .. end
sig
end
type execution_context
type ('a, 'execution_context) raw
('a, 'execution_context)
type 'a t
'a
val of_raw : ('a, execution_context) raw -> 'a t
('a, execution_context) raw -> 'a t
val to_raw : 'a t -> ('a, execution_context) raw
'a t -> ('a, execution_context) raw