Module Swapfs

module type S = sig ... end
module Make (B : Mirage_block.S) : sig ... end