Module ArincUtil.FunTbl

type k = string * string
type v = int
val get : k -> v
val to_list : unit -> (k * v) list