I´m trying to add an instance declaration in Haskell unsuccessfully. Here what I\'ve tried so far
Instance Show MyBool where show (BTrue) = #t show (BFalse)