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

-- | See the defn of @'⊆'@.
() :: () -> () -> ()
_  _ = ()