leksah-server-0.12.0.5: Metadata collection for leksah

Safe HaskellSafe-Infered

IDE.Utils.Server

Description

 

Synopsis

Documentation

ipAddress :: (Word8, Word8, Word8, Word8) -> HostAddressSource

make an IP Address: (127,0,0,1) is the localhost

data Server Source

the specification of a serving process

type ServerRoutine = (Handle, HostName, PortNumber) -> IO ()Source

the functionality of a server

class WaitFor a whereSource

Methods

waitFor :: a -> IO ()Source

Instances