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

6 lines
93 B
Haskell
Raw Normal View History

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