data Agent : Typedata Scheduling : TypeFIFO : SchedulingLIFO : SchedulingShow Schedulingrecord Options : TypeMkOptions : Bool -> Int -> Int -> Int -> Int -> Scheduling -> Options.keepAlive : Options -> BoolkeepAlive : Options -> Bool.keepAliveMsecs : Options -> IntkeepAliveMsecs : Options -> Int.maxSockets : Options -> IntmaxSockets : Options -> Int.maxTotalSockets : Options -> IntmaxTotalSockets : Options -> Int.maxFreeSockets : Options -> IntmaxFreeSockets : Options -> Int.scheduling : Options -> Schedulingscheduling : Options -> SchedulingdefaultOptions : OptionsnewAgent : Options -> Agent