not an instance of Lift?
WANG Meng <[email protected]> Tue, 5 Apr 2005 12:19:37 +0800 (GMT-8)
| Newsgroups | gmane.comp.lang.haskell.template |
|---|---|
| Message-ID | <[email protected]> |
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- @ @ | \_/