blob: bbaa6395906f90bbcd297dd6ff3789afde8272fb (
plain) (
blame)
1
2
3
4
5
6
7
8
|
{-# LANGUAGE Haskell2010 #-}
{-# LANGUAGE Haskell2010, ExplicitForAll, MonomorphismRestriction #-}
{-# OPTIONS_HADDOCK show-extensions #-}
module Extensions where
-- | Bar
foobar :: t
foobar = undefined
|