typo
This commit is contained in:
parent
0e2022be95
commit
72765aa95e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ instance Receivable Response where
|
||||||
parseCommand "PREPARE-SUCCESS" = parse0 PREPARE_SUCCESS
|
parseCommand "PREPARE-SUCCESS" = parse0 PREPARE_SUCCESS
|
||||||
parseCommand "TRANSFER-SUCCESS" = parse2 TRANSFER_SUCCESS
|
parseCommand "TRANSFER-SUCCESS" = parse2 TRANSFER_SUCCESS
|
||||||
parseCommand "TRANSFER-FAILURE" = parse3 TRANSFER_FAILURE
|
parseCommand "TRANSFER-FAILURE" = parse3 TRANSFER_FAILURE
|
||||||
"""]]]
|
"""]]
|
||||||
|
|
||||||
An especially nice part of this implementation is that it knows exactly how
|
An especially nice part of this implementation is that it knows exactly how
|
||||||
many parameters each message should have (and their types of course), and so
|
many parameters each message should have (and their types of course), and so
|
||||||
|
|
Loading…
Add table
Reference in a new issue