leksah-server-0.15.0.1: Metadata collection for leksah

Safe HaskellNone
LanguageHaskell98

IDE.Utils.Server

Description

 

Synopsis

Documentation

ipAddress :: (Word8, Word8, Word8, Word8) -> HostAddress Source

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 where Source

Methods

waitFor :: a -> IO () Source

Instances