Module type Import.Raw

module type Raw = sig .. end

type execution_context 
type ('a, 'execution_context) raw 
type 'a t 
val of_raw : ('a, execution_context) raw -> 'a t
val to_raw : 'a t -> ('a, execution_context) raw