sbv-14.0: SBVTestSuite/TestSuite/CompileTests/SCase/SCase01.hs
{-# LANGUAGE QuasiQuotes #-}
{-# OPTIONS_GHC -Wall -Werror -ddump-splices #-}
module T where
import Expr
import Data.SBV
t :: SExpr -> SInteger
t e = [sCase| e of|]
{-# LANGUAGE QuasiQuotes #-}
{-# OPTIONS_GHC -Wall -Werror -ddump-splices #-}
module T where
import Expr
import Data.SBV
t :: SExpr -> SInteger
t e = [sCase| e of|]