holy-project-0.1.0.0: scaffold/src/ModuleName/Swallow.hs
module {{moduleName}}.Swallow (swallow) where
swallow :: String -> String -> String
swallow prefix suffix = prefix ++ suffix
module {{moduleName}}.Swallow (swallow) where
swallow :: String -> String -> String
swallow prefix suffix = prefix ++ suffix