-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README #364
Update README #364
Conversation
TheMatten
commented
Jul 21, 2020
•
edited
Loading
edited
- fix Update readme with more accurate performance and comparison details #358
- apply some lint suggestions, try to fit 80 characters limit used in other files
- change formatting to make things slightly more readable
- fix links pointing to old URL and stuff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for tackling this!
{-# LANGUAGE TemplateHaskell #-} | ||
{-# LANGUAGE LambdaCase, BlockArguments #-} | ||
{-# LANGUAGE GADTs, FlexibleContexts, TypeOperators, DataKinds, PolyKinds #-} | ||
{-# LANGUAGE TemplateHaskell, LambdaCase, BlockArguments, GADTs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this example isn't very helpful, really
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, maybe it's good to have "dumb" example first, not doing much more than interpreting simple effect, as a sort of showcase of mkSem
and interpret
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should I keep it as it is?
Co-authored-by: Sandy Maguire <[email protected]>