free-monad-example/app/Main.hs

7 lines
82 B
Haskell

module Main where
import Lib
main :: IO ()
main = putStrLn "Free monad example"