Files
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
tests/Misc./guards.hs
2024-03-10 16:02:52 +01:00

5 lines
105 B
Haskell

f x
| x < 10 = print "This is a"
| x > 10 = print "very poor"
| otherwise = print "example."