Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upstream Expr.nat? and int? for recognising 'normal form' nume…
…rals (#3360) `nat?` checks if an expression is a "natural number in normal form", i.e. of the form `OfNat n`, where `n` matches `.lit (.natVal n)` for some `n`. and if so returns `n`.
- Loading branch information