module It.Foo where

-- |
--
-- >>> :t 'a'
-- 'a' :: Char
--
-- >>> "foo"
-- "foo"
--
-- >>> length it
-- 3
--
-- >>> it * it
-- 9
--
-- >>> :t it
-- it :: Int
--
foo :: a
foo = a
forall a. HasCallStack => a
undefined