C&C++
Misc.
cross_compile
gdb_pretty_print
bind_test.sh
example.m4
extension_cut.Makefile
fizzbuzz.f90
guards.hs
test.info
test.texi
Python
Vim
Webdev
.gitignore
Makefile
5 lines
105 B
Haskell
5 lines
105 B
Haskell
f x
|
|
| x < 10 = print "This is a"
|
|
| x > 10 = print "very poor"
|
|
| otherwise = print "example."
|