aboutsummaryrefslogtreecommitdiff
path: root/hoogle-test/src/Bug825/Bug825.hs
blob: 48c0930540390d2c0e7de53946d784494fd2825a (plain) (blame)
1
2
3
4
5
6
7
{-# LANGUAGE Haskell2010 #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE TypeOperators #-}
module Bug825 where

data a :~: b
data (:~~:) a b