package knights_tour

  1. Overview
  2. Docs

Module type Persist.PersistableSource

type t
val save : Out_channel.t -> t -> unit
val load : In_channel.t -> t