Experiment with Haskell language during PFONC course. https://www.haskell.org/
DricomDragon 49def032fa Create cheat sheet from slide review | 5 years ago | |
---|---|---|
cm | 5 years ago | |
.gitignore | 5 years ago | |
CheatSheet_PFONC.md | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago |
Experiment with Haskell language.
ghc mymainfile
ghci mymainfile
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.
File guard.hs
mypower.hs
defines e1
and e2
.
myfibo.hs
defines fibo
.
hpal.hs
logic.hs
geometry.hs
peano.hs
list.hs
and tree.hs
tripy.hs
listfct.hs
myflip.hs
anagram.hs
prime.hs
with functions dividersf
and primerf
.
fold.hs
prime.hs
with function primeinf
.
io_rev.hs
and io_shuffle.hs
to compile
io_length.hs
to compile
io_cesar.hs
to compile