pandora-0.5.0: Pandora/Paradigm/Inventory/Ability/Gettable.hs
{-# LANGUAGE AllowAmbiguousTypes #-}
module Pandora.Paradigm.Inventory.Ability.Gettable where
class Gettable i where
type family Getting i e r :: *
get :: Getting i e r
{-# LANGUAGE AllowAmbiguousTypes #-}
module Pandora.Paradigm.Inventory.Ability.Gettable where
class Gettable i where
type family Getting i e r :: *
get :: Getting i e r