Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ddcf32a
)
THRIFT-943: fix typo
author
Anthony F. Molinaro
<molinaro@apache.org>
Tue, 5 Oct 2010 16:47:52 +0000
(16:47 +0000)
committer
Anthony F. Molinaro
<molinaro@apache.org>
Tue, 5 Oct 2010 16:47:52 +0000
(16:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@
1004709
13f79535
-47bb-0310-9956-
ffa450edef68
lib/hs/README
patch
|
blob
|
history
diff --git
a/lib/hs/README
b/lib/hs/README
index
c5b35eb
..
bbfe699
100644
(file)
--- a/
lib/hs/README
+++ b/
lib/hs/README
@@
-39,7
+39,7
@@
Base Types
The mapping from Thrift types to Haskell's is:
* double -> Double
- *
i8
-> Data.Word.Word8
+ *
byte
-> Data.Word.Word8
* i16 -> Data.Int.Int16
* i32 -> Data.Int.Int32
* i64 -> Data.Int.Int64