浏览代码

Create the `cm` folder

DricomDragon 5 年之前
父节点
当前提交
6e242cfad6
共有 21 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      README.md
  2. 0 0
      cm/anagram.hs
  3. 0 0
      cm/fold.hs
  4. 0 0
      cm/functor.hs
  5. 0 0
      cm/geometry.hs
  6. 0 0
      cm/guard.hs
  7. 0 0
      cm/hpal.hs
  8. 0 0
      cm/io_cesar.hs
  9. 0 0
      cm/io_length.hs
  10. 0 0
      cm/io_rev.hs
  11. 0 0
      cm/io_shuffle.hs
  12. 0 0
      cm/list.hs
  13. 0 0
      cm/listfct.hs
  14. 0 0
      cm/logic.hs
  15. 0 0
      cm/myfibo.hs
  16. 0 0
      cm/myflip.hs
  17. 0 0
      cm/mypower.hs
  18. 0 0
      cm/peano.hs
  19. 0 0
      cm/prime.hs
  20. 0 0
      cm/tree.hs
  21. 0 0
      cm/tripy.hs

+ 2 - 0
README.md

@@ -18,6 +18,8 @@ Get the code file names according to the slide of the official PFONC lab course.
 
 The considered slideshow contains 78 slides.
 
+These files are in the `cm` folder.
+
 ### Slide 10
 
 File `guard.hs`

anagram.hs → cm/anagram.hs


fold.hs → cm/fold.hs


functor.hs → cm/functor.hs


geometry.hs → cm/geometry.hs


guard.hs → cm/guard.hs


hpal.hs → cm/hpal.hs


io_cesar.hs → cm/io_cesar.hs


io_length.hs → cm/io_length.hs


io_rev.hs → cm/io_rev.hs


io_shuffle.hs → cm/io_shuffle.hs


list.hs → cm/list.hs


listfct.hs → cm/listfct.hs


logic.hs → cm/logic.hs


myfibo.hs → cm/myfibo.hs


myflip.hs → cm/myflip.hs


mypower.hs → cm/mypower.hs


peano.hs → cm/peano.hs


prime.hs → cm/prime.hs


tree.hs → cm/tree.hs


tripy.hs → cm/tripy.hs