FP Solution
From Marek Běhálek Wiki
Revision as of 10:14, 21 August 2020 by
Beh01
(
talk
|
contribs
)
(Replaced content with "<syntaxhighlight lang="Haskell"> fact1 :: Int -> Int fact1 0 = 1 fact1 n = n * fact1 (n-1) </syntaxhighlight>")
(
diff
)
← Older revision
|
Latest revision
(
diff
) |
Newer revision →
(
diff
)
Jump to navigation
Jump to search
fact1
::
Int
->
Int
fact1
0
=
1
fact1
n
=
n
*
fact1
(
n
-
1
)
Navigation menu
Personal tools
English
Log in
Namespaces
Page
Discussion
Variants
Views
Read
View source
View history
More
Search
Main page
Education
Functional programming
Functional programming - presentations
Functional programming - laboratories
Programming Languages and Compilers
Practical Functional Programming
History Entries
Programming paradigms
C#
Tools
What links here
Related changes
Special pages
Printable version
Permanent link
Page information
Cite this page