scotty-test/src/Helpers.hs
2018-06-24 16:09:17 +02:00

9 lines
93 B
Haskell

module Helpers where
import Data.String
fS :: IsString a => String -> a
fS = fromString