hdiff
packages
feed
haskell-tools-refactor
-1.0.1.1: examples/Decl/FunFixity.hs
module Decl.FunFixity where infixl `snoc` snoc :: [a] -> a -> [a] snoc xs x = xs ++ [x]