concat-inline-0.1.0.0: Simple GHC plugin for inlining class-ops
Safe HaskellSafe-Inferred
LanguageHaskell2010

ConCat.Inline.SampleMethods

Description

Class-op aliases that have been inlined to dictionary method accessors. To see the effect, ghc --show-iface SampleMethods.hi

Documentation

(==) :: Eq a => a -> a -> Bool Source #

(/=) :: Eq a => a -> a -> Bool Source #