ghc-source-gen/.gitignore
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

6 lines
75 B
Plaintext

.stack-work/
dist/
# Generated automatically by hpack:
*.cabal
*.yaml.lock