aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Bugs.hs
blob: aed716a427b9444a2775caafb80f0d0e151a7939 (plain) (blame)
1
2
3
4
{-# LANGUAGE Haskell2010 #-}
module Bugs where

data A a = A a (a -> Int)