Export only values of Hanafuda.KoiKoi.Yaku used outside this module
This commit is contained in:
parent
f45d3a383e
commit
5a89cb4064
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
{-# LANGUAGE NamedFieldPuns #-}
|
||||
module Hanafuda.KoiKoi.Yaku where
|
||||
module Hanafuda.KoiKoi.Yaku (
|
||||
Score
|
||||
, Yaku(..)
|
||||
, meldInto
|
||||
, sumYakus
|
||||
) where
|
||||
|
||||
import Hanafuda (Card(..), Monthly, Pack, add, contains, intersection, packOfCards, size)
|
||||
import Hanafuda.Player (Points)
|
||||
|
|
Loading…
Reference in a new issue