Skip to content

Commit

Permalink
note that bind is not a true modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Jan 10, 2024
1 parent bc85cf6 commit 6ac731b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/primitive/defs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1626,6 +1626,11 @@ primitive!(
/// ex: # Experimental!
/// : Quad ← bind(÷×2a -b ⊟¯.√ -××4ac ×.b)
/// : Quad 1 2 0
///
/// [bind] is not really a true modifier. [bind]'s function does not make sense without it.
/// ex! # Experimental!
/// : F ← ×b +ac
/// : bindF 1 2 3
([1], Bind, OtherModifier, "bind"),
/// Memoize a function
///
Expand Down

0 comments on commit 6ac731b

Please sign in to comment.