type-of-html-1.4.0.0: bench/Compilation/X2.hs
{-# OPTIONS_GHC -freduction-depth=0 #-}
{-# LANGUAGE DataKinds #-}
module Compilation.X2 (run) where
import Compilation
run :: IO ()
run = print . r (Proxy :: Proxy 2) $ helloWorld ()
{-# OPTIONS_GHC -freduction-depth=0 #-}
{-# LANGUAGE DataKinds #-}
module Compilation.X2 (run) where
import Compilation
run :: IO ()
run = print . r (Proxy :: Proxy 2) $ helloWorld ()