haskell-clock/src/Lib.hs

7 lines
80 B
Haskell

module Lib
( someFunc
) where
someFunc :: String
someFunc = "someFunc"