diff options
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 |