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

data a :- b = Q

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