summaryrefslogtreecommitdiff
path: root/testsuite/tests/programs/fast2haskell
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-06-18 22:44:19 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2016-06-20 16:22:07 +0200
commit7e7094f166b6e475a49e20b98cbca851334aedaf (patch)
tree815891d80cc8b575dad86b7dff41115cf274bcc8 /testsuite/tests/programs/fast2haskell
parent3dc1202546e63b50f828a34474717b1ddcbed5c7 (diff)
downloadhaskell-7e7094f166b6e475a49e20b98cbca851334aedaf.tar.gz
Testsuite: tabs -> spaces [skip ci]
Diffstat (limited to 'testsuite/tests/programs/fast2haskell')
-rw-r--r--testsuite/tests/programs/fast2haskell/Fast2haskell.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/programs/fast2haskell/Fast2haskell.hs b/testsuite/tests/programs/fast2haskell/Fast2haskell.hs
index da8789eca4..9bcd4de989 100644
--- a/testsuite/tests/programs/fast2haskell/Fast2haskell.hs
+++ b/testsuite/tests/programs/fast2haskell/Fast2haskell.hs
@@ -6,12 +6,12 @@
land_i, lnot_i, lor_i, lshift_i, rshift_i,
descr,
destr_update, indassoc, lowbound, tabulate, upbound, update, valassoc) where {
- import Data.Bits;
+ import Data.Bits;
-- import Word2;
import Data.Word;
- import Data.Complex; -- 1.3
- import Data.Array; -- 1.3
--- import Data.Int ( Num(fromInt) );
+ import Data.Complex; -- 1.3
+ import Data.Array; -- 1.3
+-- import Data.Int ( Num(fromInt) );
type Complex_type = Complex Double;
type Array_type b = Array Int b;
type Assoc_type a = (Int, a);