Search code examples
What exactly is meant by "partial function" in functional programming?...

pythonhaskellfunctional-programmingpartial-applicationpartial-functions

Read More
Why using a variable makes a partial function less partial?...

scalapartialfunctionpartial-functions

Read More
Factoring out common cases in pattern matching with partial function...

scalafunctional-programmingpartial-functions

Read More
Can any partial function be converted to a total version in Haskell?...

haskellpartial-functions

Read More
How to getOrElse with another Option in Scala...

scalascala-optionpartial-functions

Read More
WxPython PyPubSub, using curried function not working...

pythonwxpythonpartial-functionspypubsub

Read More
Scala's Partial Functions in Haskell...

scalahaskellpartial-functions

Read More
Scala total function as partial function...

scalapartial-functions

Read More
http4s route matching for GET requests with params on root host...

scalaroutesgethttp4spartial-functions

Read More
Why Scala PartialFunction works without defining isDefinedAt?...

scalapartialfunctionpartial-functions

Read More
Scala function composition totalFn(partialFn(totalFn(x)))...

scalapartialfunctionpartial-functions

Read More
Is scanl1 really partial?...

haskellpartial-functions

Read More
PartialFunction implicit parameters...

scalaakkaimplicitpartial-functions

Read More
Partial function explanation in the Odersky book...

scalapartial-functions

Read More
Explanation of List[_] in pattern matching used in flatten function...

scalapattern-matchingflatmappartial-functions

Read More
In Haskell, why non-exhaustive patterns are not compile-time errors?...

haskellfunctional-programmingnon-exhaustive-patternspartial-functions

Read More
How to take a constant Integer as input in Partial Function?...

scalapartial-functions

Read More
Why does this function hang the REPL?...

recursionidrispartial-functionstotality

Read More
Pattern-matching: split code with PartialFunction?...

scalapattern-matchingpartialfunctionpartial-functions

Read More
How to use Scala macros to create new partial functions or transform them?...

scalamacrosscala-macrosscala-quasiquotespartial-functions

Read More
Combining partial functions...

scalafunctionpartial-functions

Read More
Idris: function works with Nat parameter and fails type checking with Integer parameter...

idrispartial-functions

Read More
Applying partial functions where defined and a different function where not...

scalatuplespartial-functions

Read More
Can I apply argument defaults when using partial functions in Scala...

scalacurryingpartial-functions

Read More
Short circuiting a list mapping with a partial function...

listf#mappingshort-circuitingpartial-functions

Read More
BackNext