hls-tactics-plugin-1.8.0.0: old/test/golden/GoldenGADTDestruct.hs
{-# LANGUAGE GADTs #-}
module GoldenGADTDestruct where
data CtxGADT where
MkCtxGADT :: (Show a, Eq a) => a -> CtxGADT
ctxGADT :: CtxGADT -> String
ctxGADT gadt = _decons
{-# LANGUAGE GADTs #-}
module GoldenGADTDestruct where
data CtxGADT where
MkCtxGADT :: (Show a, Eq a) => a -> CtxGADT
ctxGADT :: CtxGADT -> String
ctxGADT gadt = _decons