Skip to content

Commit

Permalink
Merge branch 'yihozhang-recursive-datatype' of github.com:mwillsey/eg…
Browse files Browse the repository at this point in the history
…g-smol into yihozhang-recursive-datatype
  • Loading branch information
yihozhang committed Oct 10, 2024
2 parents e331da6 + 79ef987 commit 020b89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ where
}
})
.collect();
list!("datatypes", ++ datatypes)
list!("datatype*", ++ datatypes)
}
}
}
Expand Down

0 comments on commit 020b89e

Please sign in to comment.