sbv-13.0: SBVTestSuite/TestSuite/CompileTests/SCase/SCase06.hs
{-# LANGUAGE QuasiQuotes #-}
{-# OPTIONS_GHC -Wall -Werror #-}
module T where
import Expr
import Data.SBV
-- bad type
t :: SExpr -> SInteger
t e = [sCase|FExpr e of Num _ -> 1|]
{-# LANGUAGE QuasiQuotes #-}
{-# OPTIONS_GHC -Wall -Werror #-}
module T where
import Expr
import Data.SBV
-- bad type
t :: SExpr -> SInteger
t e = [sCase|FExpr e of Num _ -> 1|]