aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/ExplicitForAll/forall-no-space-after-dot.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE Haskell2010, ExplicitForAll, RankNTypes #-}
module ForallNoSpaceAfterDot where
data ExactPi = Approximate (forall a.Floating a => a)