package mirage

  1. Overview
  2. Docs
type v =
  1. | Name
  2. | Kernel
  3. | Memory
  4. | Block of Block.block_t
  5. | Network of string
type t = (v * string) list
val string_of_v : v -> string
val lookup : (v * string) list -> v -> string
val defaults : Info.t -> (v * string) list