ghc-mod/test/data/import-cycle/Mutual1.hs
2015-03-05 17:35:28 +01:00

6 lines
93 B
Haskell

{-# LANGUAGE TemplateHaskell #-} -- for HscInterpreted
module Mutual1 where
import Mutual2