summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/Test19839.hs
blob: 9cd48a0c5251abdf1eaccc18fe142c9ea2007316 (plain)
1
2
3
4
5
6
7
module Test19839 where

minimal :: a ⊸ a
minimal x = x

maximal :: a -> a
maximal x = x