Module Tcp.SeqNum

module SeqNum: Tools.MakePrivate(sig
type t = int32 
val to_string : int32 -> string
val is_valid : 'a -> bool
val repl_tag : string
end)

type t = Outer.t 
type outer_t = Outer.t 
val to_string : Outer.t -> string
val print : Batteries.Format.formatter -> Outer.t -> unit
val o : Outer.t -> Outer.t