Experiment with Haskell language during PFONC course. https://www.haskell.org/

DricomDragon 5b85ea80a6 Add vim file extensions in gitignore há 5 anos atrás
.gitignore 5b85ea80a6 Add vim file extensions in gitignore há 5 anos atrás
LICENSE 7bd6ed4fd6 Initial commit há 5 anos atrás
README.md e27b68d87c Add elementary ghc usages há 5 anos atrás
geometry.hs d3e6558eb6 Implement the perimeter function há 5 anos atrás
hpal.hs 562ecb93fb Implement the return function há 5 anos atrás
logic.hs 1e4130bab9 Create an custom 'and' opeartor há 5 anos atrás
myfibo.hs d320318a8d Create a fibonacci function há 5 anos atrás
mypower.hs 568ce763d4 Add a faster power function há 5 anos atrás
t1.hs 2f4a6c4636 Modify fibonacci to be terminal há 5 anos atrás

README.md

HaskellPlayground

Experiment with Haskell language.

Compile

ghc mymainfile

Interactive

ghci mymainfile