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