This commit is contained in:
2018-06-24 16:09:17 +02:00
parent a32661e913
commit 3a7c74a67a
4 changed files with 80 additions and 3 deletions

8
src/Helpers.hs Normal file
View File

@@ -0,0 +1,8 @@
module Helpers where
import Data.String
fS :: IsString a => String -> a
fS = fromString