Hi All, When I am trying to define the following program: test x = [|x|] y = test (Just True) The compiler will complain that Maybe Bool is not an instance of Lift. Is there any way to resolve this? Can I add instances to the class Lift? -W-M- @ @ | \_/