This website requires JavaScript.
Explore
Help
Sign In
polysemy-research
/
polysemy
Watch
1
Star
1
Fork
0
You've already forked polysemy
mirror of
https://github.com/polysemy-research/polysemy.git
synced
2024-12-12 02:13:15 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
5a28c435ec
polysemy
/
.gitignore
10 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Custom type error testing (#113) This PR adds doctests allowing us to write tests for the custom type errors. Having this stuff reified in the test suite means we can iterate on the implementations and give much better QA.
2019-06-16 03:04:11 +03:00
stack.yaml.lock
GLORY
2019-02-13 23:52:56 +03:00
.stack-work/
core-dump
2019-03-18 04:03:23 +03:00
core-html/
ahhhh
2019-02-14 06:14:00 +03:00
*~
*.prof
Improve CI coverage -- now on GHC 8.4! (#39)
2019-06-20 00:25:37 +03:00
.ghc.environment.*
dist-newstyle
Don't emit ambiguous effect errors for genuine type errors (#149) This PR changes the plugin so it will notice an insoluble constraint of the form Sem r a ~ Foo, and mark that r takes part in a genuine type error. The plugin will then provide a bogus evidence term for IfStuck (IndexOf r _) _ _, which prevents the AmbiguousSend error message from firing.
2019-07-04 16:35:33 +03:00
*.hi
*.o
Reference in New Issue
Copy Permalink