aboutsummaryrefslogtreecommitdiff
path: root/latex-test/src/Simple/Simple.hs
blob: d1c7cf6d363df022d16d3acd81d14674e1997011 (plain) (blame)
1
2
3
4
5
6
{-# LANGUAGE Haskell2010 #-}
module Simple (foo) where

-- | This is foo.
foo :: t
foo = undefined