Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ddssff committed Nov 23, 2023
1 parent 603d8ce commit 4885fbc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions implicitparams.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
* Can be used as unordered function parameters. This is useful
when you are trying to unify duplicated code.
when you are trying to unify duplicated code. Unordered parameter
lists are very beneficial when you are unifying code that has
common parameters but they are in different order.
* 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.

* Constraint can be bundled into a type alias.

0 comments on commit 4885fbc

Please sign in to comment.