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