blob: 5eb076ddd173d790ba2d003e2a2056e24a1a8d44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
module RnAux017 where
import Test -- Import main module so there really is a loop
-- (avoid warning message)
data Wibble = Wibble
data Wobble = Wobble
a :: Int -> Int
a = undefined
b :: Int -> Int
b = undefined
c :: Int -> Int
c = undefined
|