Export only values of Hanafuda.KoiKoi.Yaku used outside this module

This commit is contained in:
Tissevert 2019-08-22 17:35:48 +02:00
parent f45d3a383e
commit 5a89cb4064
1 changed files with 6 additions and 1 deletions

View File

@ -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)