DEBSOURCES
Skip Quicknav
sources / haskell-src-exts / 1.23.1-5 / tests / examples / AtOperator.hs
12345678
{-# LANGUAGE TypeApplications #-} {-# LANGUAGE TypeOperators #-} data a :+: b = Proxy foo = id @(Int :+: Int) _ @> m = m