doctest-0.25.0: test/extract/th/Foo.hs
{-# LANGUAGE TemplateHaskell #-}
module Foo where
import Bar
-- | some documentation
foo :: Int
foo = $(bar)
{-# LANGUAGE TemplateHaskell #-}
module Foo where
import Bar
-- | some documentation
foo :: Int
foo = $(bar)