package mirage-qubes

  1. Overview
  2. Docs
type 'a or_eof = [
  1. | `Ok of 'a
  2. | `Eof
]
module type MSG_CHAN = sig ... end
module type FLOW = sig ... end
module type DB = sig ... end