Created
November 14, 2017 10:32
-
-
Save forki/f02954b433a14061ee79bcb92496cd77 to your computer and use it in GitHub Desktop.
Msg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type Msg = | |
| ... | |
| ServerMsg of Elmish.WebSocket.WebSocketMsg<SocketEvent> | |
| Noop of unit | |
| Error of exn | |
| Send of StartSocket |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment