You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Include other examples of functions with arguments
- Or replace the main example "Now, back in ghci"
- Or just print something else in the exercise
* ghc --make
* More setup - don't directly reference cabal
* Caching on the check
* Functions myadd - show how to call the function
* Say how this is different to a c style invocation
* Consider moving the function section to the intro
* More context per item
* List example: Combine lists
* More interesting stuff in the exercises
* Expected errors in examples:
- E.g. [1,2,3] ++ ['a','b','c']
* Make it explicit that you can also do all definitions directly in ghci, but you have to use 'let' in definitions
* Pattern matching should include several examples
* Partial function
* Under introduction
- Things/words to remember from this chapter
- Keywords
* See if I can interpret markdown in code blocks
* Sandwich example? Noon?
* Make a clear indication of what should be in a file and what should be in ghci
* lowercase and uppercase example need to introduce imports
* Show that strings have to be surrounded by double quotes
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: