Skip to content

prog-note/haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghc - Glasgow Haskell Compiler

ghci - GHC Interactive

:load - load file to ghci

:set prompt "--> " - change prompt

:info SomeClass - show all defined instances

:? - show help list

:q - quite ghci

Notes;)

= - define function

x = 1 - function which return Integer

add x y = x + y

/= - not equal

a /= b

compare - return Ordering data GT, LT, EQ

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published