hackage-security-0.1.0.0: src/Hackage/Security/Util/Stack.hs
-- | Heterogenous lists
module Hackage.Security.Util.Stack (
(:-)(..)
) where
data h :- t = h :- t
deriving (Eq, Show)
infixr 5 :-
-- | Heterogenous lists
module Hackage.Security.Util.Stack (
(:-)(..)
) where
data h :- t = h :- t
deriving (Eq, Show)
infixr 5 :-