hw-prim-0.5.0.4: Primitive functions and data types
HaskellWorks.Data.Naive
newtype Naive a Source #
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 #