Source file disk_sig.ml

1
2
3
module type S = sig
  val cat : string -> string
end