ghc-source-gen/tests
Jinwoo Lee 6bc0965232 Support arithmetic sequences.
`from`      : [a .. ]
`fromThen`  : [a, b .. ]
`fromTo`    : [a .. b]
`fromThenTo`: [a, b .. c]

These are needed before supporting list comprehensions (#64).
2020-05-28 10:50:55 -07:00
..
GhcVersion.hs Make tyPromotedVar pretty-print as 'Abc not Abc. (#44) 2019-08-30 21:32:01 -07:00
name_test.hs Add occNameToStr and nameToStr to convert from the GHC types. (#54) 2019-09-02 23:18:06 -07:00
pprint_examples.hs Add kindedVar and take type parameters as HsTyVarBndr'. (#61) 2020-02-03 08:23:30 -08:00
pprint_test.hs Support arithmetic sequences. 2020-05-28 10:50:55 -07:00