]> git.immae.eu Git - github/fretlink/pronto-hlint.git/blob - spec/fixtures/test.git/pronto.hs
Welcom pronto-hlint! This is a whole rewrite of pronto-eslint_npm.
[github/fretlink/pronto-hlint.git] / spec / fixtures / test.git / pronto.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 module Pronto
4 (
5 sayHello
6 ) where
7
8 import Data.Text (Text)
9
10 sayHello :: Text -> String
11 sayHello text = show $ text