module Hjugement
 ( module Hjugement.Majority
 , IsList(..)
 ) where

import Hjugement.Majority
import GHC.Exts (IsList(..))