summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/annotations/Test10255.hs
blob: 2cfc53bbfb7fef210df25d89a5a875624432605a (plain)
1
2
3
4
5
6
7
{-# LANGUAGE ScopedTypeVariables #-}
module Test10255 where

import Data.Maybe

fob (f :: (Maybe t -> Int)) =
  undefined