Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Semilattice
--ghc 7.10 import Data.Semilattice.Join data Max = Max Int instance Join Max where (Max x) \/ (Max y) = if (x >= y) then Max x else Max y main = print $ "Hello, world!"
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
haskell_exam
haskell
ReadablePractice
(Int,Int) -> Bool plot
State
project euler 1, haskel
Anonymous recursion. Why doesnt compile?
Removed input
prettier Tasty
tried some polynoms 2: now with some `*` and foldr(-p)
Please log in to post a comment.