User Tools

Site Tools


codesnippets:equivalentfunctioncompositions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
codesnippets:equivalentfunctioncompositions [2021/05/01 17:34] f2b216codesnippets:equivalentfunctioncompositions [2025/10/08 00:48] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Equivalent function compositions ====== ====== Equivalent function compositions ======
  
-  * assertion: ''f1 (f2 . f3)'' equals '(f1 . (f2 . )) f3'+  * assertion: ''f1 (f2 . f3)'' equals ''(f1 . (f2 . )) f3''
     * example code:<code Haskell>     * example code:<code Haskell>
 main :: IO () main :: IO ()
Line 26: Line 26:
 f3' n = fromIntegral n f3' n = fromIntegral n
 </code> </code>
 +
 +
 +===== ✎ =====
 +~~DISCUSSION~~
codesnippets/equivalentfunctioncompositions.1619883277.txt.gz · Last modified: (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki