Skip to content
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

Add Text and Lens imports in Ex11-Ex14 #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bgluzman
Copy link

From Exercise 11 onwards, I had to add this import to every file:

import qualified Data.Text as Text

And in Exercise 12, I had to add this import:

import Control.Lens

Moreover, every solution for those exercise has these imports already. I think adding these imports to the exercise skeletons would make solving them a bit more seamless.

Also, thanks for the great tutorial! It was really fun to work through.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant