crafting-interpreters/src/MyLib.hs

5 lines
122 B
Haskell

module MyLib (handleFileInput) where
handleFileInput :: FilePath -> IO ()
handleFileInput _ = putStrLn "handleFileInput"