]> git.immae.eu Git - github/fretlink/pronto-hlint.git/blame - 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
CommitLineData
9c1df047
PB
1{-# LANGUAGE OverloadedStrings #-}
2
3module Pronto
4 (
5 sayHello
6 ) where
7
8import Data.Text (Text)
9
10sayHello :: Text -> String
11sayHello text = show $ text