Interpret itree
in the IO
monad of simple-io.
From ITreeIO Require Import ITreeIO.
(* Provides the following function (and a few other variants) *)
Parameter interp_io : forall E : Type -> Type, (E ~> IO) -> (itree E ~> IO).
Arguments interp_io {E} h [T] t.