scotty-test/src/Helpers.hs

9 lines
93 B
Haskell

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