type-of-html-1.4.0.1: bench/Compilation/X1.hs
{-# LANGUAGE DataKinds #-}
module Compilation.X1 (run) where
import Compilation
run :: IO ()
run = print . r (Proxy :: Proxy 1) $ helloWorld ()
{-# LANGUAGE DataKinds #-}
module Compilation.X1 (run) where
import Compilation
run :: IO ()
run = print . r (Proxy :: Proxy 1) $ helloWorld ()