polysemy/app/Main.hs
Sandy Maguire 55c2971d58 ok
2019-03-12 23:10:26 -04:00

11 lines
210 B
Haskell

{-# LANGUAGE BangPatterns #-}
{-# OPTIONS_GHC -ddump-simpl -dsuppress-all #-}
module Main where
import Wtf
import Control.Monad
main :: IO ()
main = let !x = countDown 100000000 in pure ()