fixing tests.
This commit is contained in:
parent
204d449aef
commit
3050ba1863
@ -1,3 +1,5 @@
|
|||||||
|
{-# LANGUAGE TemplateHaskell #-} -- for HscInterpreted
|
||||||
|
|
||||||
module Info () where
|
module Info () where
|
||||||
|
|
||||||
fib :: Int -> Int
|
fib :: Int -> Int
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
{-# LANGUAGE TemplateHaskell #-} -- for HscInterpreted
|
||||||
|
|
||||||
module Mutual1 where
|
module Mutual1 where
|
||||||
|
|
||||||
import Mutual2
|
import Mutual2
|
||||||
|
Loading…
Reference in New Issue
Block a user