Experiment with Haskell language during PFONC course. https://www.haskell.org/
|
il y a 5 ans | |
---|---|---|
.gitignore | il y a 5 ans | |
LICENSE | il y a 5 ans | |
README.md | il y a 5 ans | |
anagram.hs | il y a 5 ans | |
fold.hs | il y a 5 ans | |
geometry.hs | il y a 5 ans | |
guard.hs | il y a 5 ans | |
hpal.hs | il y a 5 ans | |
io_cesar.hs | il y a 5 ans | |
io_length.hs | il y a 5 ans | |
io_rev.hs | il y a 5 ans | |
io_shuffle.hs | il y a 5 ans | |
list.hs | il y a 5 ans | |
listfct.hs | il y a 5 ans | |
logic.hs | il y a 5 ans | |
myfibo.hs | il y a 5 ans | |
myflip.hs | il y a 5 ans | |
mypower.hs | il y a 5 ans | |
peano.hs | il y a 5 ans | |
prime.hs | il y a 5 ans | |
tree.hs | il y a 5 ans | |
tripy.hs | il y a 5 ans |
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.
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