diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-05-24 11:58:56 -0500 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-05-24 11:58:56 -0500 |
commit | a7ba9e2c6706ca93cbdb8f8986fb90e814ad6fb8 (patch) | |
tree | a819a538301e320a254c7debdbb4d68a739393c4 /src/Mahjong/Point.hs | |
parent | 27d29076135ab9bb8903c9d64b0988c3b366844d (diff) | |
download | hmj-master.tar.gz hmj-master.tar.bz2 hmj-master.zip |
Diffstat (limited to 'src/Mahjong/Point.hs')
-rw-r--r-- | src/Mahjong/Point.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mahjong/Point.hs b/src/Mahjong/Point.hs index d2ae679..ec25001 100644 --- a/src/Mahjong/Point.hs +++ b/src/Mahjong/Point.hs @@ -1,4 +1,4 @@ -module Point where +module Mahjong.Point where calPoint (han,fu) | han < 6 = if med > 2000 then 2000 else med |