1class Test a where
2  test :: Bool -> a
3  test False = _w0
4  test True = _w1
5
6