-
Notifications
You must be signed in to change notification settings - Fork 22
compile the code snippets in tutorial/api-type.(md/lhs) #37
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
Conversation
|
||
set -o errexit | ||
|
||
cabal exec -- ghc -outputdir build-output ../tutorial/api-type.lhs |
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.
I imagine you know the other files still need to be added?
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.
Yup.
I realize that in the tutorial there's lots of code quoted from the |
7592918
to
721b173
Compare
721b173
to
b647f44
Compare
c13eea6
to
0915d16
Compare
I'm wondering whether all imports in the tutorial should have explicit import lists. Any opinions? (@jkarni, @alpmestan, @fizruk) |
I'd say so, but we can do that as part of the 0.5 rewrite (or separately altogether) rather than as part of this. |
I am not strongly inclined to having explicit imports. |
+1, let's worry about that later. |
LGTM |
Still working on converting all the files. The testing machinery is ready for review.