Skip to content

Commit

Permalink
Comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
01mf02 committed Oct 10, 2024
1 parent 89f5937 commit 45a19d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jaq-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ type Inputs<'i, V> = RcIter<dyn Iterator<Item = Result<V, String>> + 'i>;
///
/// In the first two cases, we bind the outputs of `f` to a variable `$x`.
/// In the third case, we bind `f` to a filter `fx`
///
/// When writing a native filter, this is used to declare its arguments.
/// It is passed to [`compile::Compiler::with_funs`].
#[derive(Debug, Clone, PartialEq, Eq)]
pub enum Bind<V = (), F = V> {
/// binding to a variable
Expand Down

0 comments on commit 45a19d1

Please sign in to comment.