blob: 0af870e0d2c8a8cdfd9f57a937ce0e03f26a2c87 (
plain)
1
2
3
4
5
6
7
8
|
# uses GHC-specific scoped type variables
test('thurston-modular-arith',
[when(fast(), skip),
extra_clean(['Main.hi', 'Main.o', 'TypeVal.hi', 'TypeVal.o']),
only_compiler_types(['ghc'])],
multimod_compile_and_run,
['Main', ''])
|