Module 1-Inputs.Urs

type t
val read : int option -> string -> t option
val write : bool option -> t -> string -> unit
val create : int -> t