Skip to content

Commit

Permalink
Merge pull request #245 from HigherOrderCO/bug/sc-525/float-combinato…
Browse files Browse the repository at this point in the history
…rs-not-extracting-some-terms

[sc-525] Float combinators not extracting some terms
  • Loading branch information
developedby authored Mar 29, 2024
2 parents a341acc + 30d7888 commit 817aec9
Show file tree
Hide file tree
Showing 23 changed files with 257 additions and 303 deletions.
2 changes: 2 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"namegen",
"nams",
"nats",
"nullary",
"numop",
"nums",
"oper",
Expand All @@ -54,6 +55,7 @@
"peekable",
"postcondition",
"readback",
"recursively",
"redex",
"redexes",
"resugar",
Expand Down
1 change: 1 addition & 0 deletions src/term/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ pub struct Name(GlobalString);
/// A macro for creating iterators that can have statically known
/// different types. Useful for iterating over tree children, where
/// each tree node variant yields a different iterator type.
#[macro_export]
macro_rules! multi_iterator {
($Iter:ident { $($Variant:ident),* $(,)? }) => {
#[derive(Debug, Clone)]
Expand Down
Loading

0 comments on commit 817aec9

Please sign in to comment.