Skip to content

Commit

Permalink
add implicitparams.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ddssff committed Nov 23, 2023
1 parent f6ebe6f commit 456f158
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions implicitparams.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* Can be used as unordered function parameters. This is useful
when you are trying to unify duplicated code.
* Instead of adding or removing a function parameter, using an
implicit parameter gives less confusing error messages. Once
the code works with the implicit parameter converting it to a real
function parameter is easier.

1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<li><a href="labnotebook.html">Running Notes on Development Projects</a></li>
<li><a href="generic-cache/index.html">generic-Cache documentation</a></li>
<li><a href="haskell-transformations/index.html">Haskell Transformations</a></li>
<li><a href="implicitparams.html">Haskell ImplicitParams pragma</a></li>
</ol>

</body>
Expand Down

0 comments on commit 456f158

Please sign in to comment.