hw-prim-0.5.0.0: Primitive functions and data types
HaskellWorks.Data.Naive
Synopsis
newtype Naive a Source #
Data type providing reference implementations of typeclasses. Such implementations may be inefficient.
Constructors
Instances
Methods
(==) :: Naive a -> Naive a -> Bool #
(/=) :: Naive a -> Naive a -> Bool #
showsPrec :: Int -> Naive a -> ShowS #
show :: Naive a -> String #
showList :: [Naive a] -> ShowS #
naive :: Naive a -> a Source #