aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Ticket75.hs
blob: 5fc704d615d947c74c3ee90818b59b1d4e5cd3a8 (plain) (blame)
1
2
3
4
5
6
7
8
{-# LANGUAGE TypeOperators #-}
module Ticket75 where

data a :- b = Q

-- | A reference to ':-'
f :: Int
f = undefined