llvm-hs-pure-5.1.1: Pure Haskell LLVM functionality (no FFI).
LLVM.IRBuilder.Internal.SnocList
newtype SnocList a Source #
Constructors
Fields
Instances
Methods
(==) :: SnocList a -> SnocList a -> Bool #
(/=) :: SnocList a -> SnocList a -> Bool #
showsPrec :: Int -> SnocList a -> ShowS #
show :: SnocList a -> String #
showList :: [SnocList a] -> ShowS #
mempty :: SnocList a #
mappend :: SnocList a -> SnocList a -> SnocList a #
mconcat :: [SnocList a] -> SnocList a #
snoc :: SnocList a -> a -> SnocList a Source #
getSnocList :: SnocList a -> [a] Source #