Update
This commit is contained in:
8
src/Helpers.hs
Normal file
8
src/Helpers.hs
Normal file
@@ -0,0 +1,8 @@
|
||||
module Helpers where
|
||||
|
||||
import Data.String
|
||||
|
||||
|
||||
fS :: IsString a => String -> a
|
||||
fS = fromString
|
||||
|
||||
Reference in New Issue
Block a user