scotty-test/src/Helpers.hs

9 lines
93 B
Haskell
Raw Normal View History

2018-06-24 14:09:17 +00:00
module Helpers where
import Data.String
fS :: IsString a => String -> a
fS = fromString