doctest-parallel-0.2: 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)