Replies: 1 comment
-
I think I figure this out:
It might be useful stressing this, perhaps in an appendix or under a dagger? I understand that the paper is cutting a few corners for the sake of sticking to the goal, clarity and brevity, as such expressions might scare a reader away or distract with syntax noise. I really like how, mostly, you can read the paper and play with the code that evolves naturally, consistently and mostly works! The best MSF tutorial that I have found so far. I would go as far as humbly suggest that the paper might be worth updating and turning into a tutorial? Cheers! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
I am finally reading the paper carefully and managing to get most code working, special thanks to the github repo matching the code from the paper. Great read by the way!
The issue that I am having is running the
embed
function using the code from the paper/repo, e.g.:as is mentioned on page 6 of "Submission to Haskell Symposium 2016" paper. I understand from the error message that I need to provide an instance for Show1 but it's not immediately clear how to do it. Could somebody show how to do it in this case or suggest a better alternative?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions