auto-split-0.1.0.0: src/AutoSplit/Pattern.hs
{-# LANGUAGE PatternSynonyms #-}
module AutoSplit.Pattern
( pattern SPLIT
) where
-- | Used to induce the incomplete patterns warning from GHC
pattern SPLIT :: a
pattern SPLIT <- _
{-# LANGUAGE PatternSynonyms #-}
module AutoSplit.Pattern
( pattern SPLIT
) where
-- | Used to induce the incomplete patterns warning from GHC
pattern SPLIT :: a
pattern SPLIT <- _