ghc-mod/test/data/import-cycle/Mutual1.hs

6 lines
93 B
Haskell
Raw Normal View History

2015-03-05 15:50:06 +00:00
{-# LANGUAGE TemplateHaskell #-} -- for HscInterpreted
module Mutual1 where
import Mutual2