vif.core
Vif_core.Devices
vif
type 'value t =
| [] : 'value t
| :: : ('value, 'a) Vif_core__.Vif_device.device * 'value t -> 'value t
val run : Hmap.Make(Vif_core__.Vif_device.Device).t -> 'value t -> 'value -> Hmap.Make(Vif_core__.Vif_device.Device).t
val finally : Vif_core__.Vif_device.t -> unit