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