brittany/data/Test341.hs

4 lines
62 B
Haskell

{-# LANGUAGE TypeFamilies #-}
f :: ((~) a b) => a -> b
f = id