From 24dd9c1c89467d1b5df0f7b538b8846331528dd3 Mon Sep 17 00:00:00 2001 From: Abhinav Sarkar Date: Tue, 23 Feb 2016 23:04:40 +0530 Subject: [PATCH] Notes for 23 feb. --- 2016-02-23.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 2016-02-23.md diff --git a/2016-02-23.md b/2016-02-23.md new file mode 100644 index 0000000..e42fdf7 --- /dev/null +++ b/2016-02-23.md @@ -0,0 +1,14 @@ +- Review +- Functions + - if + - Multi clause functions + - with guards + - function type signature +- Lists + - more functions on lists + - list comprehensions +- More function syntax + - where + - let + - case +- Homework: https://www.seas.upenn.edu/~cis194/spring13/hw/01-intro.pdf