Difference between revisions of "FP Laboratory 12"

From Marek Běhálek Wiki
Jump to navigation Jump to search
Line 2: Line 2:
  
 
* Create a program that reads a file and number it's lines.
 
* Create a program that reads a file and number it's lines.
 +
<div class="mw-collapsible mw-collapsed" data-collapsetext="Hide solution" data-expandtext="Show solution">
 +
<syntaxhighlight lang="Haskell">
 +
</syntaxhighlight>
 +
</div>
 +
<div style="clear:both"></div>

Revision as of 10:14, 24 September 2020

Working with files - monad IO

  • Create a program that reads a file and number it's lines.