module {{moduleName}}.Swallow (swallow) where

swallow :: String -> String -> String
swallow prefix suffix = prefix ++ suffix