this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'master' into answers

+3 -5
-2
README.markdown
··· 2 2 3 3 ![NICTA](http://i.imgur.com/sMXB9XB.jpg) 4 4 5 - ### Abstract 6 - 7 5 Let's Lens presents a series of exercises, in a similar format to 8 6 [the NICTA functional programming course material](http://github.com/NICTA/course). 9 7 The subject of the exercises is around the concept of lenses, initially proposed
+3 -3
lets-lens.cabal
··· 8 8 synopsis: Source code for exercises on the lens concept 9 9 category: Education 10 10 description: Source code for exercises on the lens concept 11 - homepage: https://github.com/tonymorris/lets-lens 12 - bug-reports: https://github.com/tonymorris/lets-lens/issues 11 + homepage: https://github.com/NICTA/lets-lens 12 + bug-reports: https://github.com/NICTA/lets-lens/issues 13 13 cabal-version: >= 1.10 14 14 build-type: Custom 15 15 extra-source-files: changelog 16 16 17 17 source-repository head 18 18 type: git 19 - location: git@github.com:tonymorris/lets-lens.git 19 + location: git@github.com:NICTA/lets-lens.git 20 20 21 21 flag small_base 22 22 description: Choose the new, split-up base package.