Shuffle things around and create a demo
This commit is contained in:
4
FeedMonad-demo/src/MyLib.hs
Normal file
4
FeedMonad-demo/src/MyLib.hs
Normal file
@ -0,0 +1,4 @@
|
||||
module MyLib (someFunc) where
|
||||
|
||||
someFunc :: IO ()
|
||||
someFunc = putStrLn "someFunc"
|
Reference in New Issue
Block a user