packages feed

sbv-14.0: SBVTestSuite/TestSuite/CompileTests/SCase/SCase06.hs

{-# LANGUAGE QuasiQuotes #-}

{-# OPTIONS_GHC -Wall -Werror -ddump-splices #-}

module T where

import Expr
import Data.SBV

-- Unknown constructor
t :: SExpr -> SInteger
t e = [sCase| e of FooBar _ -> 1|]