packages feed

tilia-0.0.1.0: corpora/vendored/other/cpp/define-across-lines-out.hs

{-# LANGUAGE CPP #-}

module Terminal.Wrapped where

#define WRAP(a,b)   \
  ("<" ++ a         \
       ++ b ++ ">")

both :: String
both = WRAP ("x", "y")