actually document the function

This commit is contained in:
Evan Czaplicki 2013-09-12 13:10:22 -07:00
parent c6a9aa397c
commit d0b980c33d

View file

@ -1,6 +1,10 @@
module WebSocket where module WebSocket where
{-| A library for low latency HTTP communication. See the HTTP library for {-| A library for low latency HTTP communication. See the HTTP library for
standard requests like GET, POST, etc. standard requests like GET, POST, etc. The API of this library is likely to
change to make it more flexible.
# Open a Connection
@docs connect
-} -}
import Signal (Signal) import Signal (Signal)