aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Bug1067B.hs
blob: b5ce67f6ec56e9d4fa23c6434d5cd363ae06aeb8 (plain) (blame)
1
2
3
4
5
{-# LANGUAGE Haskell2010 #-}
{-# language PatternSynonyms #-}
module Bug1067B ( pattern P ) where

import Bug1067A