{-# htermination (otherwise :: MyBool) #-} import qualified Prelude data MyBool = MyTrue | MyFalse data List a = Cons a (List a) | Nil otherwise :: MyBool; otherwise = MyTrue;