summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc261.hs
blob: 3269c7ea82a36e01b8de5267f6113931f0cde60e (plain)
1
2
3
4
{-# LANGUAGE TypeOperators #-}
module TcOK where

newtype (f <.> g) a = Compose (f (g a))