summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf/compiler/T10421_Y.hs
blob: de28838e865782ec1ffe78b5ccfd8783a83f6e66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
-- Y.hs
{-# OPTIONS_GHC -fomit-interface-pragmas #-}
-- Imagine the values defined in this module are complicated
-- and there is no useful inlining/strictness/etc. information

module T10421_Y where

import T10421_Form

mreq :: a -> b -> c -> IO (FormResult d, ())
mreq = undefined

mopt :: a -> b -> c -> IO (FormResult d, ())
mopt = undefined

textField = undefined
checkBoxField = undefined