blob: bbaa6395906f90bbcd297dd6ff3789afde8272fb (
plain) (
tree)
|
|
{-# LANGUAGE Haskell2010 #-}
{-# LANGUAGE Haskell2010, ExplicitForAll, MonomorphismRestriction #-}
{-# OPTIONS_HADDOCK show-extensions #-}
module Extensions where
-- | Bar
foobar :: t
foobar = undefined
|